evertramos / easy-server

Linux Scripts to Automate Tasks
MIT License
56 stars 34 forks source link

docker-gen-auto exits #5

Open 3gem opened 1 month ago

3gem commented 1 month ago

Thank you for the server automation. I have been attempting to update from the older version, but when I run the script to install the proxy the docker-gen-auto fails with this error: Unable to parse template: template: nginx.tmpl:469: function "fromYaml" not defined Both letsencrypt-auto and proxy-web-auto remain running. The docker container is running on Ubuntu LTS.

I have attempted in a fresh install as well. This issue happens on a VPS an a local server install.

Any recommendations are greatly appreciated.

3gem commented 1 month ago

If I use nginx.tmpl from the update branch or the master branch then docker-gen-auto remains active, but when I create a new site I get "Error establishing database connection" and it sticks there. The db container is in an endless reboot. I'm guessing the database error has to do with the networks. It only creates a proxy network and a db-net. Hopefully this information helps with a resolution.