Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1b863b3
mastodon: init at 3.0.1
May 2, 2019
5cbe9dd
nixos/mastodon: init
May 2, 2019
f17674c
nixos/mastodon: add mastodon-env shell script to support tootctl
happy-river Dec 28, 2019
f35a8b8
nixos/mastodon: support passwords containing spaces
happy-river Dec 28, 2019
e1fdfa1
nixos/mastodon: seed database on initial creation
happy-river Dec 29, 2019
7fcb931
nixos/mastodon: improve descriptions of options
happy-river Dec 29, 2019
c623b59
maintainers: add happy-river
happy-river Jan 16, 2020
13e38e3
mastodon: add override mechanism for src
happy-river Jan 16, 2020
9896646
nixos/mastodon: add package option
happy-river Jan 18, 2020
1dd6d96
mastodon: make compatible with rubygems 3.1.2
happy-river Jan 19, 2020
f0552f2
mastodon: remove use of <nixpkgs> and fix update script
happy-river Jan 25, 2020
7a113f2
nixos/mastodon: make it easier to run 'rake db:migrate'
happy-river Jan 28, 2020
6ebded7
nixos/mastodon: add documentation
happy-river Jan 28, 2020
d782418
mastodon: use applyPatches instead of runCommand in source.nix
happy-river Feb 1, 2020
3083fc1
nixos/mastodon: use writeShellScriptBin
happy-river Feb 2, 2020
0968024
nixos/mastodon: fix indentation
happy-river Feb 2, 2020
ed3695d
mastodon: set supported platforms
happy-river Feb 2, 2020
b2947f5
nixos/mastodon: set random seed for package tests
happy-river Feb 2, 2020
f855b4c
nixos/mastodon: add smtp.authenticate option
happy-river Feb 14, 2020
5a9ea7d
nixos/mastodon: make dependencies available to Sidekiq
happy-river Mar 31, 2020
6ac6c06
mastodon: 3.0.1 -> 3.1.2
happy-river Mar 31, 2020
7c9fe3f
nixos/mastodon: wrap base64-encoded secrets in quotes
happy-river Mar 31, 2020
32bf8d4
nixos/mastodon: provide example domain instead of default domain
happy-river Mar 31, 2020
6b29857
mastodon: use working version of sidekiq-unique-jobs gem
happy-river Apr 1, 2020
86342df
mastodon: add ability to build forks without semantic versions
happy-river Apr 2, 2020
05e34b6
nixos/mastodon: use glitch-soc as example fork in documentation
happy-river Apr 2, 2020
973b37a
mastodon: mastodon: 3.1.2 -> 3.2.0
happy-river Aug 12, 2020
f2d7b94
mastodon: 3.2.0 -> 3.2.2
erictapen Dec 20, 2020
fe73376
mastodon: 3.2.2 -> 3.3.0
erictapen Dec 30, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3260,6 +3260,12 @@
githubId = 4336207;
name = "Rohit Goswami";
};
happy-river = {
email = "happyriver93@runbox.com";
github = "happy-river";
githubId = 54728477;
name = "Happy River";
};
haslersn = {
email = "haslersn@fius.informatik.uni-stuttgart.de";
github = "haslersn";
Expand Down
1 change: 1 addition & 0 deletions nixos/modules/module-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@
./services/web-apps/jirafeau.nix
./services/web-apps/jitsi-meet.nix
./services/web-apps/limesurvey.nix
./services/web-apps/mastodon.nix
./services/web-apps/mattermost.nix
./services/web-apps/mediawiki.nix
./services/web-apps/miniflux.nix
Expand Down
Loading