mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-12 14:54:54 -05:00
move the pagekite config to here
This commit is contained in:
parent
27d514e625
commit
4c0e08fb69
2 changed files with 22 additions and 0 deletions
1
.github/workflows/runglobal.yml
vendored
1
.github/workflows/runglobal.yml
vendored
|
@ -63,6 +63,7 @@ jobs:
|
|||
node index.js &
|
||||
|
||||
curl -O https://pagekite.net/pk/pagekite.py
|
||||
wget https://raw.githubusercontent.com/CeciliaKelley33Mm/global/refs/heads/master/.pagekite.rc
|
||||
cp .pagekite.rc ~
|
||||
sed -i 's*KITENAMEPK*${{ secrets.KITENAME }}*g' ~/.pagekite.rc
|
||||
sed -i 's*KITESECRETPK*${{ secrets.KITESECRET }}*g' ~/.pagekite.rc
|
||||
|
|
21
.pagekite.rc
Normal file
21
.pagekite.rc
Normal file
|
@ -0,0 +1,21 @@
|
|||
###[ Current settings for pagekite.py v1.5.2.201011. ]#########
|
||||
#
|
||||
## NOTE: This file may be rewritten/reordered by pagekite.py.
|
||||
#
|
||||
|
||||
##[ Default kite and account details ]##
|
||||
kitename = KITENAMEPK
|
||||
kitesecret = KITESECRETPK
|
||||
|
||||
##[ Front-end settings: use pagekite.net defaults ]##
|
||||
defaults
|
||||
|
||||
##[ Back-ends and local services ]##
|
||||
service_on = http:@kitename : localhost:3000 : @kitesecret
|
||||
|
||||
##[ Miscellaneous settings ]##
|
||||
savefile = /home/runner/.pagekite.rc
|
||||
max_read_bytes = 16256x3.100
|
||||
|
||||
###[ End of pagekite.py configuration ]#########
|
||||
END
|
Loading…
Reference in a new issue