1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 11:46:22 -07:00
Commit graph

30 commits

Author SHA1 Message Date
Eggbertx
8dfc6f64fc Update Docker README file with more info 2025-04-20 01:08:58 -07:00
Eggbertx
3702ab6deb Use single template json file, make necessary changes to the configuration for docker in build-images.sh, and add /etc/gochan/ as a volume 2025-04-20 00:14:16 -07:00
Eggbertx
d5e6bb9a11 Update Go version in Dockerfile, add frontend building to shell script and fix view drop order 2025-04-18 14:42:00 -07:00
Eggbertx
331d437c0e Update Go tag in Dockerfile, update config file, and fix Postgres compatibility issues in reset_views.sql 2025-04-18 14:06:50 -07:00
Eggbertx
94f2deadec Add more comments to config struct fields, rename ListenIP to ListenAddress and SiteDomain to SiteHost, since they are more accurate. 2025-03-02 12:44:42 -08:00
Eggbertx
bfac325453 Update docker README with usage info 2024-11-18 13:04:15 -08:00
Eggbertx
26bfd61e23 Remove deprecated provision script 2024-11-07 12:15:16 -08:00
Eggbertx
98a279d039 Add docker compose file for sqlite3 DB 2024-11-07 12:11:47 -08:00
Eggbertx
e79b496e81 Add PostgreSQL docker compose file 2024-11-07 11:25:01 -08:00
Eggbertx
89d9bf69e7 Move container package installation to a script, add MySQL compose file 2024-11-05 13:10:38 -08:00
Eggbertx
dd9cde7469 Fix missing file issues, remove volume to gochan root since it overwrites gochan executable created during build stage 2024-11-05 11:53:26 -08:00
Eggbertx
96e8e07f10 Remove no longer used build-image.sh and update startup.sh to build the execcutable if it doesn't exist 2024-10-28 11:30:47 -07:00
Eggbertx
02e8be97cc Remove incomplete SyncForMac Docker stuff, start splitting docker-compose into 4 files (mariadb, mysql, postgresql, sqlite) 2024-10-27 23:21:44 -07:00
Eggbertx
41ecd3faba Update changed example configuration file paths 2023-12-05 11:44:56 -08:00
Eggbertx
deeba7584d Update Docker stuff to use Go 1.20, Alpine 3.18 2023-08-30 12:38:36 -07:00
Eggbertx
20ab2397f1 Build gochan on first run in startup script 2023-04-23 21:56:49 -07:00
Eggbertx
608ff24d9a Move chain command in Dockerfile CMD to startup script, update Go version in Docker 2023-04-23 20:52:41 -07:00
grosa1
ccac77ca73 Fix for Dockerfile smell DL3025
Signed-off-by: grosa1 <g.rosa1@studenti.unimol.it>
2023-04-16 13:12:09 +02:00
Eggbertx
d94a0d8fcf Add explanation if Docker boot fails because of missing js dir,
remove Username from gochan.json in Docker since there's no www-data user
2023-01-01 15:59:54 -08:00
Eggbertx
9107269a39 Upgrade Go version in vagrant and Docker, readd sqlite3 for real this time
requires intervention for vagrant to add the updated Go repo
2022-08-30 11:30:59 -07:00
Eggbertx
7dc777531e Fix self-signed ssl cert subj for Docker and rebuild on image creation 2022-08-14 14:48:07 -07:00
Eggbertx
6bd77b7c34 Publish ports and detach from container by default 2021-03-01 20:23:53 -08:00
Eggbertx
f9756bf55e Change default gochan installation prefix path to /usr instead of /usr/local 2021-02-22 15:05:16 -08:00
Eggbertx
4695105513 Have the Dockerfile generate a SSL key
This is required by our nginx config file
2021-02-17 20:07:38 -08:00
Eggbertx
5a2018e4d1 Update Docker files to use build.py instead of the no longer existing Makefile
Also don't try to read version file when getting dependencies
2021-02-10 16:22:23 -08:00
Eggbertx
e3acd4a6d0 Add docker building to Makefile 2020-09-20 12:07:00 -07:00
Eggbertx
a69b6748c7 Remove SQLite support due to instability 2020-06-15 11:27:14 -07:00
Anon
2c45186e52 Fixes Docker. Adds docker-compose to run a container with mariadb 2020-04-02 21:56:29 -06:00
Eggbertx
cea3de04f4 Add docker compose config and improved bootstraper
Note that Docker support isn't finished, I'm still working on it.
2019-11-24 14:43:54 -08:00
Eggbertx
e2c5d66b14 Add preliminary Docker stuff (still very unstable) 2019-09-19 12:50:09 -07:00