Commit Graph

10 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
faf5c6d7ff Update Postgres version and SimpleLogin mail env
Bump PostgreSQL target from 16 to 17 in discourse-install.sh and make pg_hba.conf lookup dynamic (uses find) instead of a hardcoded path, ensuring compatibility with systems where the data directory path differs. Also add EMAIL_SERVERS_WITH_PRIORITY and POSTFIX_SERVER entries to the SimpleLogin .env to configure local mail delivery (set to localhost).
2026-03-16 17:27:09 +01:00
CanbiZ (MickLesk)
f40baa4699 admin creation 2026-02-17 11:54:14 +01:00
CanbiZ (MickLesk)
c5b92b60b9 Update discourse-install.sh 2026-02-17 11:37:26 +01:00
CanbiZ (MickLesk)
c0f768e188 vector 2026-02-17 11:25:01 +01:00
CanbiZ (MickLesk)
dc8d48128c add pgvector 2026-02-17 11:13:48 +01:00
CanbiZ (MickLesk)
372e0b021b Update discourse-install.sh 2026-02-16 15:03:40 +01:00
CanbiZ (MickLesk)
ebdc965a34 Update discourse-install.sh 2026-02-16 12:51:32 +01:00
CanbiZ (MickLesk)
691992e013 test 2026-02-04 08:50:40 +01:00
CanbiZ (MickLesk)
f8687a1f1e check ruby 2026-02-04 08:12:53 +01:00
CanbiZ (MickLesk)
891d3396dc Add Discourse container install and metadata
Add support for deploying Discourse as a container: adds ct/discourse.sh (container build/install/update flow and resource defaults), frontend/public/json/discourse.json (app metadata, install resources, and notes), and install/discourse-install.sh (full installer that installs dependencies, Postgres/Node/Ruby, clones the Discourse repo, generates secrets and DB password saved to /opt/discourse/.env, installs gems and yarn, precompiles assets, runs migrations, creates an admin user, sets up a systemd service and nginx reverse proxy, and enables required services). Admin user 'admin' is created with a generated password stored in the .env file.
2026-02-02 13:45:58 +01:00