Sigma-Production / ptero-eggs

Nginx egg Host your Website on pterodactyl panel
Other
72 stars 91 forks source link

AUTO_UPDATE not being used #35

Open hinoobers opened 1 year ago

hinoobers commented 1 year ago

Currently it clones the data from GitHub only once installion. But can you make it a feature so it clones every server restart/start. Also after analyzing the egg script, I saw that AUTO_UPDATE variable is there, but not used, so why not use that variable?

404invalid-user commented 1 year ago

i don't really find this necessary it only increases the startup time. the only reason you would need to pull from the repo is if a new php version would come out and get supported but that would require you to update the egg to include the new docker image and then reinstall your server which would pull from the repo anyway

404invalid-user commented 1 year ago

ohh I'm stupid was looking at the wrong one and though you meant pulling this repo not your repo

hinoobers commented 1 year ago

ohh I'm stupid was looking at the wrong one and though you meant pulling this repo not your repo

Forked this repo & solved it.