1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00

feat: Enhance CDN management with entrypoint script and update country data handling

This commit is contained in:
Sean Morley 2025-02-05 16:50:05 -05:00
parent f7ff8f30b0
commit 921e756aef
4 changed files with 22 additions and 12 deletions

9
cdn/entrypoint.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
# Any setup tasks or checks can go here (if needed)
echo "AdventureLog CDN has started!"
echo "Refer to the documentation for information about connecting your AdventureLog instance to this CDN."
echo "Thanks to our data providers for making this possible! You can find them on the CDN site."
# Start Nginx in the foreground (as the main process)
nginx -g 'daemon off;'