Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 2.96 KB

README.md

File metadata and controls

71 lines (51 loc) · 2.96 KB

Logo

koyu.space

So here's the deal: we all work on this code, and anyone who uses that does so absolutely at their own risk. Can you dig it?

koyu.space is a fork of glitch-soc

Changing things around

Logo: public/img/pb-icon.svg

Disable CSS plugins: app/javascript/styles/application.scss

Hop button: app/javascript/flavours/glitch/features/compose/components/publisher.js

Sidebar content (simple UI): app/javascript/flavours/glitch/features/ui/components/navigation_panel.js

Sidebar content (advanced UI): app/javascript/flavours/glitch/features/getting_started/index.js

Self-hosting

Follow the standard Mastodon documentation for installing from source, but change the git repository to this one and compile the Ruby version referenced in the .ruby-version file.

(Optional) Adding #InstanceTicker to koyu.space

Go to the custom CSS section of your instance and add the following code to enable #InstanceTicker:

@import url(https://34.si/402/1.css);
@import url(https://34.si/330/1.css);

.compose-form::after {
  display: none !important;
}

Differences between glitch-soc, Mastodon and koyu.space

Added glitch-soc features

Added or supported koyu.space features