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:
parent
f7ff8f30b0
commit
921e756aef
4 changed files with 22 additions and 12 deletions
9
cdn/entrypoint.sh
Normal file
9
cdn/entrypoint.sh
Normal 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;'
|
Loading…
Add table
Add a link
Reference in a new issue