mirror of
				https://github.com/jakejarvis/mastodon-utils.git
				synced 2025-11-04 10:20:11 -05:00 
			
		
		
		
	
			
				
					
						
					
					1fb34a86b4f961f02bd64af13ca2a29fa067a7b9
				
			
			
		
	🦣 Mastodon randomness
Random opinionated helper scripts & front-end customizations for my personal Mastodon instance (running on glitch-soc). You definitely don't want to use any of this as-is — check out my more general purpose mastodon-installer scripts instead.
Usage
AGAIN, DEFINITELY DO NOT JUST RUN THIS IF YOU'RE NOT ME!!! 😊
git clone https://github.com/jakejarvis/mastodon-scripts.git /home/mastodon/scripts
git config --global --add safe.directory /home/mastodon/scripts
cd /home/mastodon/live
git apply --allow-binary-replacement --whitespace=warn /home/mastodon/scripts/patches/*.patch || true
RAILS_ENV=production bundle exec rails assets:precompile
chown -R mastodon:mastodon /home/mastodon/{scripts,live}
systemctl restart mastodon-web
Patches
hide-signup.patch: Hide the "create account" button (for aesthetics, not security!)favicons.patch: Use custom icon images instead of Mastodon logorobots.patch: Disallow search engines for all of Mastodonsystem-font.patch: Use the system's default sans-serif font stack instead of Roboto
License
MIT
Description
				🦣 Small opinionated helper scripts, patches, and configs for Mastodon
						
						
							
								 https://fediverse.jarv.is/about
							
						
						
						
						
							
								 Readme
							
						
						
							
								 MIT
							
						
						
						
							
							
							 4.5 MiB
						
					
					Languages
				
				
								
								
									Shell
								
								100%