Merge branch 'bugfix/share-mastodon' into 'develop'
[akkoma] / docs / config / small_customizations.md
1 # Small customizations
2 Replace `dev.secret.exs` with `prod.secret.exs` according to your setup.
3
4 # Thumbnail
5
6 Replace `priv/static/instance/thumbnail.jpeg` with your selfie or other neat picture. It will appear in [Pleroma Instances](http://distsn.org/pleroma-instances.html).
7
8 # Instance-specific panel
9
10 ![instance-specific panel demo](/uploads/296b19ec806b130e0b49b16bfe29ce8a/image.png)
11
12 To show the instance specific panel, set `show_instance_panel` to `true` in `config/dev.secret.exs`. You can modify its content by editing `priv/static/instance/panel.html`.
13
14 # Background
15
16 You can change the background of your Pleroma instance by uploading it to `priv/static/static`, and then changing `"background"` in `config/dev.secret.exs` accordingly.
17
18 # Logo
19
20 ![logo modification demo](/uploads/c70b14de60fa74245e7f0dcfa695ebff/image.png)
21
22 If you want to give a brand to your instance, look no further. You can change the logo of your instance by uploading it to `priv/static/static`, and then changing `logo` in `config/dev.secret.exs` accordingly.
23
24 # Theme
25
26 All users of your instance will be able to change the theme they use by going to the settings (the cog in the top-right hand corner). However, if you wish to change the default theme, you can do so by editing `theme` in `config/dev.secret.exs` accordingly.
27
28 # Terms of Service
29
30 Terms of Service will be shown to all users on the registration page. It's the best place where to write down the rules for your instance. You can modify the rules by changing `priv/static/static/terms-of-service.html`.
31
32 # Message Visibility
33
34 To enable message visibility options when posting like in the Mastodon frontend, set
35 `scope_options_enabled` to `true` in `config/dev.secret.exs`.