update readme with todo
This commit is contained in:
parent
4572fc15f6
commit
54289577b9
1 changed files with 8 additions and 0 deletions
|
@ -4,3 +4,11 @@
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
Check the default/main.yml for used variables and customize. If you don't have secrets already generated, leave them empty and the role will create them and you can pick them up from the application.env.production file created in the Mastodon folder.
|
Check the default/main.yml for used variables and customize. If you don't have secrets already generated, leave them empty and the role will create them and you can pick them up from the application.env.production file created in the Mastodon folder.
|
||||||
|
|
||||||
|
# To-Do
|
||||||
|
|
||||||
|
- Create systemd units to start as a service
|
||||||
|
- Create scheduled jobs (systemd timer units) for ```tootctl media remove``` and ```tootctl preview_cards remove```
|
||||||
|
- Is federation working?
|
||||||
|
- Test bare metal installation (so far only tested with docker)
|
||||||
|
- There are 500 errors on my instance
|
||||||
|
|
Loading…
Reference in a new issue