You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.8 KiB
1.8 KiB
queer.party
Mastodon customisations for queer.party
The scripting infrastructure in this repository currently generates patches for Mastodon to include the following:
- meemu's theemus for Mastodon - https://github.com/meemudotorg/theemu
- cybre.space's Windows 95 theme for Mastodon - https://cybre.tech/cybrespace/mastodon/src/branch/theme_win95
Other patches currently included are:
- (3.1.5_1) hCaptcha support as an antispam measure during signup
- (3.1.5_2)
lib/mastodon/upgrade_cli.rb
is backported from upstreammaster
branch - (3.1.5_3) upstream pull request #14247 is backported to resolve display issues with the hashtag timeline (reported by cassolotl, thanks!)
- (3.1.5_4) upstream pull request #14019 is backported to resolve an issue where the timeline would jump around when closing a modal (eg. media) in Firefox (reported in upstream issue#14018)
queer.party does not use the official docker-compose.yml for orchestration, however the Docker Swarm configuration has been included as of 3.4.4
Continuous Integration
Currently I'm attempting to automate building of new images using a CI platform. I've tested and abandoned:
- Concourse CI - I got it up and running and then started writing yaml and decided no fuck this, i'm not spending ages trying to work out how to use something that can't even be bothered to use a non-monospaced font. there's minimal and then there's "what the fuck am i doing investing time into this" minimal.
I'm currently testing:
- Drone CI - it's up and running, and builds partially work, but the documentation is unbelievably sparse and hard to find, and with shit like https://community.harness.io/t/manual-builds-via-webinterface-sometimes-not-passing-parameters/11698 i'm not sure i want to continue.
Maybe I'll find a different way to automate builds..