1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-18 20:39:36 +02:00

chore: update version to v0.10.0 across Dockerfiles, package.json, and configuration files; add changelog for v0.10.0 release

This commit is contained in:
Sean Morley 2025-06-07 11:14:27 -04:00
parent 20cdc2405f
commit 19baf6ab35
9 changed files with 148 additions and 14 deletions

View file

@ -2,13 +2,16 @@
set -euo pipefail
# =============================================================================
# AdventureLog Ultimate Installer (Fixed with Dynamic Port Handling)
# AdventureLog Installer Script
# (c) 2023-2025 Sean Morley <https://seanmorley.com>
# https://adventurelog.app
# License: GPL-3.0
# =============================================================================
APP_NAME="AdventureLog"
INSTALL_DIR="./adventurelog"
COMPOSE_FILE_URL="https://raw.githubusercontent.com/seanmorley15/AdventureLog/development/docker-compose.yml"
ENV_FILE_URL="https://raw.githubusercontent.com/seanmorley15/AdventureLog/development/.env.example"
COMPOSE_FILE_URL="https://raw.githubusercontent.com/seanmorley15/AdventureLog/main/docker-compose.yml"
ENV_FILE_URL="https://raw.githubusercontent.com/seanmorley15/AdventureLog/main/.env.example"
# Global configuration variables
declare -g FRONTEND_ORIGIN=""