QingdaoU / OnlineJudge

Open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
http://opensource.qduoj.com/
MIT License
5.93k stars 1.46k forks source link

Symlinks not supported in data/backup/ssl #417

Open lwchkg opened 2 years ago

lwchkg commented 2 years ago

I tried to use symlinks to Let's Encrypt certs, but that failed to work because entrypoint.sh tests specifically for files. If those are symlinks entrypoint.sh tries to overwrite the file, making startup fail.