Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

koyuspace/mastodon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

The koyu.space version of glitch-soc

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages

  • Ruby 40.6%
  • JavaScript 36.9%
  • SCSS 18.5%
  • Haml 3.7%
  • HTML 0.2%
  • TypeScript 0.1%