Sign inSign up

koyuawsmbrtn/mastodon

By koyuawsmbrtn

•Updated about 5 years ago

Image
0

1.5K

koyuawsmbrtn/mastodon repository overview

⁠koyu.space

So here's the deal: we all work on this code, and then it runs on koyu.space. Can you dig it?

koyu.space is a fork of glitch-soc

⁠Instructions

If you want the full source code please clone with the css-plugins submodule since it contains the koyu.space spice like instant noodles we eat while we work on that code. This submodule contains things like stickers, instance tickers and many more koyu.space features.

⁠Changing things around

Logo: css-plugins/logo.scss

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

About page (you may have to add a few lines of CSS code to make it work properly with yours): app/views/about/show.html

And probably many more things that are getting documented soon

⁠Adding pictures to the front-page

Fork this repository and add your picture in the public/about-assets/pictures/ folder and change the file public/about-assets/pictures.json to include your picture along with metadata about yourself for attribution. If you did that submit a pull request to add your new picture.

⁠Building a Docker image

Just hit docker build . and wait. Prebuilt images are at koyuawsmbrtn/mastodon and already referenced in the docker-compose.yml file. Using Docker is the preferred less painful method to get a server up and running quickly.

⁠Differences between glitch-soc, Mastodon and koyu.space

⁠Added glitch-soc features
⁠Added koyu.space features

Tag summary

Content type

Image

Digest

Size

548.2 MB

Last updated

about 5 years ago

docker pull koyuawsmbrtn/mastodon