Spyke
microg·microGbyinfeeeee

r/microG wiki moved to Gitlab

To save the wiki from reddit, I copied everything to Gitlab, and set up a Jekyll site for it: https://microg-fans.gitlab.io/wiki/

I think all internal links are working, that is the only thing I updated for now.

If you want to contribute, and update the wiki, please Request access to the Gitlab group Microg-fans on Gitlab: https://gitlab.com/microg-fans or just send your merge requests to the repo of the wiki: https://gitlab.com/microg-fans/wiki

All wiki pages are just markdown files, so you can edit them with your favorite markdown editor, or even with gitlab's builtin web editor. You can find them in the wiki directory: https://gitlab.com/microg-fans/wiki/-/tree/main/wiki

https://microg-fans.gitlab.io/wiki/Open linkView original on lemm.ee

For full local development I used this docker compose:

services:
  jekyll:
    image: jekyll/jekyll:latest
    ports:
      - 4000:4000
    volumes:
      - /path/to/wiki:/srv/jekyll:rw
    command: jekyll serve --watch --force_polling --verbose --livereload
1

You reached the end

r/microG wiki moved to Gitlab | Spyke