master
an 2019-07-29 10:45:16 -04:00
parent b3a6d3f248
commit f5559c4ad0
1 changed files with 16 additions and 0 deletions

View File

@ -3,6 +3,22 @@
In Which, Somehow, A Centralized, Highly Connected Service Is Turned Into A
Decentralized And Open One
## TODO
In no particular order.
- Theming. Probably via config variables.
- Domain name. Every instance of `snipt.net` should be replaced by a variable,
and `snipt.s3.amazonaws` media should also be made into a separate variable.
- De-minify everything and add a Python-based minifier.
- Make deploys easier by automating the database creation. Probably make a
Python script which does this along with the resource and minifying stuff.
- Turn remaining environment vars into config vars.
- Some tiny issues with the decoupling of systems.
- Code re-organization.
- Locally stored avatars.
- Add SystemD and Nginx example configs.
## Environment Variables
- `DISABLE_SIGNUP` if set to `true` will disable account registration.