Customizations for https://social.lila.network
Find a file
Mastodon Service Account 1ad8a4fc94 update customizations path
2023-09-22 20:07:47 +02:00
charlimit_1000.diff initial commit 2023-08-08 13:45:26 +02:00
custom-favicon.sh update customizations path 2023-09-22 20:07:47 +02:00
custom.css initial commit 2023-08-08 13:45:26 +02:00
favicon.png initial commit 2023-08-08 13:45:26 +02:00
LICENSE Initial commit 2023-08-08 13:39:20 +02:00
README.md add favicon actions to readme 2023-08-08 13:47:24 +02:00

mastodon-customizations

Customizations for https://social.lila.network

Favicon

su - mastodon
./custom-favicon.sh

cd ~/live
RAILS_ENV=production bundle exec rake tmp:cache:clear
RAILS_ENV=production bundle exec rails assets:precompile

# then become root
sudo systemctl reload mastodon-web