diff --git a/.github/workflows/runglobal.yml b/.github/workflows/runglobal.yml index 9fc3772..3053cc6 100644 --- a/.github/workflows/runglobal.yml +++ b/.github/workflows/runglobal.yml @@ -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 diff --git a/.pagekite.rc b/.pagekite.rc new file mode 100644 index 0000000..eaf9f27 --- /dev/null +++ b/.pagekite.rc @@ -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