1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 15:06:23 -07:00

Stability fixes, mostly SQL related

Generate config.RandomSeed if one isn't provided in gochan.json
Don't automatically fail if a board's path already exists, unless it isn't a directory
Clean up SQL query strings with DBPREFIX replacer
Separate the gochan.service file into separate files for each SQL DB type
Enable the gochan.service in Vagrant and fix issue with it failing on restart
fixes #19
This commit is contained in:
Eggbertx 2020-03-07 17:20:35 -08:00
parent d4b7185ecd
commit 3c8a01dcea
26 changed files with 503 additions and 269 deletions

2
sample-configs/README.md Normal file
View file

@ -0,0 +1,2 @@
# Sample configuration files
This directory contains sample configuration files that you can adapt to your setup and needs. From the beginning, I've tried to focus on compatibility and out of the box support, but as things get more complex, this has caused development to slow down, but gochan is still pretty easy to set up and most of it is fairly self explanatory.