Eggbertx
add7f590e0
Use 12-hour format for post times in gochan.example.json
...
Also fix GeoIPDBlocation path
2022-06-28 14:59:12 -07:00
Eggbertx
959688ae08
Forgot to update build.py to be nicer to macOS users
...
Also the sample services and configs
2022-04-03 16:07:02 -07:00
Eggbertx
8fe0ed3e52
Add Windows 9x theme (unfinished)
2022-01-16 21:13:56 -08:00
Eggbertx
9c75b85eb3
Add configuration documentation, finish cfg refactoring
2021-08-01 22:44:53 -07:00
Eggbertx
50c58a91ec
Add config defaults
2021-07-11 18:12:02 -07:00
Eggbertx
dfdb926d71
Add partially refactored configuration changes
2021-07-11 11:51:29 -07:00
Eggbertx
c385a39bec
Add config option to set max age for staff cookies
...
resolves #41
2021-03-26 11:10:05 -07:00
Eggbertx
d5a5fc53eb
Add Clear and Dark themes from BunkerChan
...
Also adjust some other theme properties
resolves #43
2021-03-24 11:26:58 -07:00
Eggbertx
9b05efaecb
Add Yotsuba B theme, use yotsuba mixin
...
Also add attribution to sass dir README
2021-03-23 00:05:51 -07:00
Eggbertx
f715cba401
Rename Dark to Bunkerchan
...
I guess this is a good way of giving proper attribution, since that where it comes from
2021-03-22 10:15:49 -07:00
Eggbertx
8979ed20cf
Add Yotsuba theme
2021-03-22 09:54:08 -07:00
comraderat
9816c0b2f0
Fix gochan sample config and fix readme
2020-07-08 21:40:22 +02:00
comraderat
092aa8aede
Removed any reference to board.html
...
Board.html used to be a symbolic link to 1.html.
Now uses 1.html directly verywhere, fixing a bug where the board
couldnt rebuild
2020-05-27 20:50:49 +02:00
comraderat
00af5bf928
Removed symlink call to link frontpage and 1.html
...
Symlink isnt supported on windows.
Add 1.html to firstpage field
2020-05-23 19:53:12 +02:00
Eggbertx
d1292bd9fe
refactor/reorganize gochan's source code into subpackages
...
Also use Go version 1.11 in vagrant for module support
2020-04-29 17:44:29 -07:00
comraderat
6b86154ec1
Add debug mode flag to config
2020-04-02 00:44:54 +02:00
Eggbertx
48aaad4e6d
Add Dark theme based on Lynxchan/Bunkerchan's Dark theme
2020-03-19 13:56:21 -07:00
Eggbertx
3c8a01dcea
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
2020-03-07 17:20:35 -08:00