diff options
author | FChannel <> | 2022-06-25 11:33:24 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-25 11:38:15 -0700 |
commit | c2de9971e9d5f1408083f0d131818e16430238d2 (patch) | |
tree | 0f1892d081039145d31d4ff4169106ba988ab7a7 /README.md | |
parent | b1d65922e257d605d3d95b6e679728524ba1e609 (diff) |
removed public indexing being dependent on fchan being available
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -70,13 +70,13 @@ and to fix errors reported by `go vet` and make your code better with `dbpass:password` Database password for dbuser. + `torproxy:127.0.0.1:9050` Tor proxy route and port, leave blank if you do not want to support - `publicindex:true` Add instance to the public instance index at https://fchan.xyz, if you do not want to be added set this value to `false` If you are on the public index and want to be removed get in contact with the FChan dev to be removed. + `instancesalt:put your salt string here` Used for secure tripcodes currently. - `instancesalt:put your salt string here` Used for secure tripcodes currently. + `modkey:3358bed397c1f32cf7532fa37a8778` Set a static modkey instead of one randomly generated on restart. - Currently e-mail is not implemented to do anything special, but the code is in place `emailserver:mail.fchan.xyz` @@ -86,6 +86,8 @@ and to fix errors reported by `go vet` and make your code better with `emailpass:password` + `emailnotify:email1@so.co, email2@bo.uo` Comma seperated emails To. + ### Local testing When testing on a local env when setting the `instance` value in the config file you have to append the port number to the local address eg. `instance:localhost:3000` with `instanceport` also being set to the same port. |