Commit graph

408 commits

Author SHA1 Message Date
Niels Bouma
2ea62c3d31
Redo Nextcloud redis intergration 2023-03-29 12:29:01 +02:00
Julian-Samuel Gebühr
5e7ab98e02 Correct command tag 2023-03-29 10:54:51 +02:00
Slavi Pantaleev
bd98a52f68 Add Navidrome support 2023-03-29 11:42:39 +03:00
Julian-Samuel Gebühr
2e1e4048ff Merge branch 'main' of https://github.com/mother-of-all-self-hosting/mash-playbook into gotosocial 2023-03-29 10:18:55 +02:00
Julian-Samuel Gebühr
b1bf911072 Add migration guide 2023-03-29 10:02:55 +02:00
Slavi Pantaleev
e5ab7b6716 Upgrade Syncthing (v1.23.2-0 -> v1.23.2-1) 2023-03-29 10:22:20 +03:00
Slavi Pantaleev
daebb695d5 Upgrade Vaultwarden (v1.27.0-2 -> v1.28.0-0)
Fixes https://github.com/mother-of-all-self-hosting/mash-playbook/issues/25
2023-03-29 09:22:40 +03:00
Aine
3330f6cfd6
update soft-serve 0.4.6 -> 0.4.7 2023-03-28 20:11:55 +03:00
Slavi Pantaleev
19cca0e840 Fix alignment 2023-03-28 19:40:15 +03:00
Slavi Pantaleev
cf5019aac3
Update supported-services.md 2023-03-28 16:48:03 +03:00
Slavi Pantaleev
4ad11799e9
Merge pull request #23 from mother-of-all-self-hosting/soft-serve
add Soft Serve
2023-03-28 16:47:15 +03:00
Slavi Pantaleev
a513f04215
Update soft-serve.md 2023-03-28 16:47:07 +03:00
Aine
5b9800e70b
soft-serve: add note 2023-03-28 16:40:35 +03:00
Aine
a30c09ada1
soft-serve: fix comments 2023-03-28 16:11:58 +03:00
Aine
9c0edad5b9
add Soft Serve 2023-03-28 16:02:22 +03:00
Slavi Pantaleev
a900cfd650 Upgrade Grafana (v9.4.7-0 -> v9.4.7-1) 2023-03-28 12:24:00 +03:00
Slavi Pantaleev
de10454359 Add justfile to .editorconfig 2023-03-28 10:54:18 +03:00
Slavi Pantaleev
dbf84d1249 Always restart services one by one when doing install-service
This way, something like `just install-service postgres` will
definitely do a `restart` and not a `stop` + `start` (which may leave
dependant services stopped).

This has potentially been addressed by
7acb5f4b85
as well.
2023-03-28 10:52:48 +03:00
Slavi Pantaleev
2d94dc1e00 Upgrade com.devture.ansible.role.systemd_service_manager 2023-03-28 10:52:02 +03:00
Slavi Pantaleev
28d15a6af3 Upgrade Keycloak (v21.0.1-0 -> v21.0.1-1) and fix URLs 2023-03-28 10:29:41 +03:00
Slavi Pantaleev
c85146ba78 Add Keycloak service 2023-03-28 10:27:36 +03:00
Slavi Pantaleev
2d69737ebd Upgrade PeerTube (v5.1.0-1 -> v5.1.0-2)
This main adds support for installing plugins via the web UI.
2023-03-28 09:20:07 +03:00
Aine
433df3cfff
update uptime-kuma 1.21.0 -> 1.21.1 2023-03-27 17:13:45 +03:00
Slavi Pantaleev
330baf8993 Add NetBox service and redo Redis integration for PeerTube 2023-03-26 17:13:57 +03:00
Slavi Pantaleev
651c2705e9 Upgrade PeerTube (v5.1.0-0 -> v5.1.0-1) 2023-03-26 15:51:44 +03:00
Slavi Pantaleev
798b37d2fe Remove shell configuration for better compatibility 2023-03-26 14:13:14 +03:00
Julian-Samuel Gebühr
e18838f91c Merge branch 'main' of https://github.com/mother-of-all-self-hosting/mash-playbook into gotosocial 2023-03-25 18:35:44 +01:00
Slavi Pantaleev
51eeb1b1ac Fix incorrect variable usage
Related to https://github.com/mother-of-all-self-hosting/mash-playbook/pull/21
2023-03-25 19:24:16 +02:00
Slavi Pantaleev
c8541f4c8c
Merge pull request #21 from moan0s/hubsite
Add a bunch of services
2023-03-25 19:21:30 +02:00
Slavi Pantaleev
38433f18b8
Merge branch 'main' into hubsite 2023-03-25 19:21:08 +02:00
Slavi Pantaleev
a6550d6004 Add some helpful AdGuard Home after-installation tips 2023-03-25 19:18:41 +02:00
Aine
e87caadc2a
update swap role 2023-03-25 18:57:31 +02:00
Aine
64bcce723d
Merge pull request #20 from mother-of-all-self-hosting/just-just
safely integrate agru, format justfile, format requirements.yml
2023-03-25 17:46:56 +02:00
Niels Bouma
4cd5a77955
Update nextcloud.md
updated nextcloud service docs with redis support info
2023-03-25 16:05:21 +01:00
nbouma
ab964af9c3 Add redis support for nextcloud service 2023-03-25 15:55:37 +01:00
Aine
0a27d99b1a
justfile - fix formatting 2023-03-25 16:50:46 +02:00
Aine
b7d2bebd13
just roles - replace bash with sh 2023-03-25 16:15:08 +02:00
Julian-Samuel Gebühr
8ea6293246 Add proper descriptions 2023-03-25 15:10:31 +01:00
Julian-Samuel Gebühr
7cc031e5e6 Correct woordpecker hostname 2023-03-25 14:50:35 +01:00
Julian-Samuel Gebühr
2be8286d07 Remove Prometheus
It currently does not expose the web gui
2023-03-25 14:49:55 +01:00
Aine
ed613b386d
format requirements.yml using agru 2023-03-25 15:49:21 +02:00
Aine
28a1bbe55a
fix urls to avoid redirects 2023-03-25 15:48:33 +02:00
Aine
f8202aeb05
add just update 2023-03-25 15:41:54 +02:00
Aine
9e3069277d
format justfile, safely integrate agru 2023-03-25 15:40:07 +02:00
Julian-Samuel Gebühr
be759e25cd Add to husbite
* Add prometheus, radicale, syncthing, woodpecker, focalboard, docker registry browser and adguard
2023-03-25 13:30:15 +01:00
Julian-Samuel Gebühr
f8f1e351f5 Merge branch 'main' of https://github.com/mother-of-all-self-hosting/mash-playbook into gotosocial 2023-03-25 09:16:32 +01:00
Julian-Samuel Gebühr
b4dfdcf2ff Make use of mash_playbook_service_base_directory_name_prefix 2023-03-25 09:15:53 +01:00
Julian-Samuel Gebühr
d346fd1c0b Fix domain variable 2023-03-25 09:13:45 +01:00
Slavi Pantaleev
d5b1c3fb84 Do not enable Docker by default 2023-03-25 10:02:03 +02:00
Slavi Pantaleev
fa21403d35 Default mash_playbook_reverse_proxy_type to none
This should not be a breaking change, because examples/vars.yml
explicitly enables Traefik.
Someone needs to have gone out of their way to delete these variables
to rely on the default specified in `playbook_base`.
2023-03-25 09:51:13 +02:00