Commit graph

245 commits

Author SHA1 Message Date
Slavi Pantaleev
9109b0badc Add support for KeyDB and do not recommend Redis anymore
Fixes https://github.com/mother-of-all-self-hosting/mash-playbook/issues/175
2024-03-26 17:22:34 +02:00
IUCCA
36ec185ddb
Add Tandoor service (#169)
* add tandoor service

* changed doc

* Update docs/services/tandoor.md

Fix alignment

Co-authored-by: Slavi Pantaleev <slavi@devture.com>

* Update docs/services/tandoor.md

Co-authored-by: Slavi Pantaleev <slavi@devture.com>

* Update docs/services/tandoor.md

Co-authored-by: Slavi Pantaleev <slavi@devture.com>

* Update templates/group_vars_mash_servers

Co-authored-by: Slavi Pantaleev <slavi@devture.com>

* Update templates/group_vars_mash_servers

Co-authored-by: Slavi Pantaleev <slavi@devture.com>

* resolved notes

---------

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2024-03-26 08:18:05 +02:00
Sergio Durigan Junior
0ee92dfbe0
Improve Adguard Home's Troubleshooting section
Fix grammar mistakes, improve readability and suggest "systemctl edit".

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-03-15 19:46:34 -04:00
QEDeD
b681741ee4
Document workaround needed for Adguard Home (#161)
* Update adguard-home.md to document the workaround needed for first time setup

Since Adguard Home currently can't perform first time setup without admin, I've documented how to run it with root initially and then revert to using mash

* Update adguard-home.md

* Update adguard-home.md

edit "usage" to the correct URL

* Update adguard-home.md

formatting

* Update adguard-home.md

user more precise wording

* Update adguard-home.md

correct typo

* Update adguard-home.md

* Simplify Adguard Home troubleshooting instructions a bit

---------

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2024-03-11 08:36:14 +02:00
Sergio Durigan Junior
191806fa8f
Improve Woodpecker's main docs re. agent secrets
This reflects the changes done at 8671cf01d1

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-03-10 21:52:34 -04:00
Sergio Durigan Junior
38d447192a
Improve Woodpecker documentation regarding gRPC connections
Remove the (now unnecessary) warning saying that gRPC connections
don't work, and provide a better example on how to configure the
agent.

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-03-07 10:42:49 -05:00
Slavi Pantaleev
f1aa244170 Update Woodpecker CI docs to mention devture_woodpecker_ci_server_container_labels_traefik_grpc_enabled
Related to: https://github.com/devture/com.devture.ansible.role.woodpecker_ci_server/pull/5
2024-03-07 08:08:06 +02:00
Aine
afd78c9ec7
add docker registry proxy grafana dashboard 2024-03-07 00:35:20 +02:00
Aine
11ee1202ce
add docker registry proxy docs 2024-03-07 00:33:42 +02:00
QEDeD
8218208b02
Make what port to change more explicit
Make what port to change more explicit so there's a higher correlation between the instructions and the interface people will see.
2024-03-04 16:19:27 +01:00
Slavi Pantaleev
8fee1badea Fix indentation within YAML blocks 2024-02-29 16:11:04 +02:00
Sergio Durigan Junior
c8edd19842 Fix typo on Forgejo documentation
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-02-25 15:34:00 -05:00
Slavi Pantaleev
2f75378f7a
Redo webhook.ALLOWED_HOST_LIST in a better way 2024-02-25 17:09:08 +02:00
Sergio Durigan Junior
5b4cf85ec1 Better explain how to integrate Forgejo and Woodpecker CI
After fiddling quite a bit with this setup, I think it's only fair if
I expand the documentation and explain how to integrate both services.

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-02-24 18:42:20 -05:00
Slavi Pantaleev
0c033f8ac3
Put devture_woodpecker_ci_server_path_prefix in the default example in woodpecker-ci.md
This is consistent with other services.

We demonstarte the subpath approach (where it's feasible) and tell people how to host at the root path if they wish.
2024-02-23 08:38:29 +02:00
Sergio Durigan Junior
9d87049c68 Improve Woodpecker CI docs to mention subpath hosting
It should now be possible to host Woodpecker CI under a subpath, so we
need to update the documentation to reflect that.

Closes #151

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-02-22 22:01:35 -05:00
Tiz
18e752f3f2
add Languagetool (#144)
* add etke.cc languagetool v6.3-0 to requierements

* add languagetool to setup

* add LanguageTool to group_vars

* fix container_additional_networks var name

* add docs

* just a small clarification in the doc

* Fix incorrect closing role-specific comment

* Fix typos and improve wording on LanguageTool docs page

* Upgrade LanguageTool (v6.3-0 -> v6.3-1)

* Switch from languagetool_container_additional_networks to languagetool_container_additional_networks_auto

This is a new addition in LanguageTool v6.3-1

* Do not enable Traefik labels conditionally based on languagetool_hostname

This may have been appropriate for other roles, for which the hostname is optional, but not here.

For LanguageTool, `languagetool_hostname` is required.

* Fix languagetool section alignment

* Update languagetool.md with better explanation about n-gram data

---------

Co-authored-by: sudo-Tiz <mathis.worksome@simplelogin.fr>
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2024-02-13 19:39:14 +02:00
Slavi Pantaleev
64aaae928a Update Promtail documentation 2024-02-06 09:44:46 +02:00
Slavi Pantaleev
211d78f03b Add more cross-linking between monitoring-related services 2024-02-04 18:14:35 +02:00
Slavi Pantaleev
d2066525c9 Add support for Grafana Loki and Promtail
Most of the work on these roles and integration
was done by https://github.com/moan0s and https://github.com/sudo-Tiz
2024-02-04 18:08:28 +02:00
Slavi Pantaleev
6b025e5a8a Fix alignment - take 2 2024-01-30 21:57:04 +02:00
Slavi Pantaleev
658556f81e Fix alignment 2024-01-30 21:56:47 +02:00
Slavi Pantaleev
eca5991880 Update variable in documentation (grafana_container_additional_networks_additional -> grafana_container_additional_networks_custom)
The Grafana role does helpful validation checks already.
2024-01-30 21:19:11 +02:00
Slavi Pantaleev
fa6524bf5b Update inaccurate Basic Auth docs for Prometheus 2024-01-30 17:55:52 +02:00
Slavi Pantaleev
18df3cdc9a Upgrade prometheus-ssh-exporter (v1.5.0-1 -> v1.5.0-2) and integrate with mash_playbook_metrics_exposure_* 2024-01-23 18:10:22 +02:00
Slavi Pantaleev
d7c841bc3a Upgrade prometheus-blackbox-exporter (v0.24.0-1 -> v0.24.0-2) and integrate with mash_playbook_metrics_exposure_* 2024-01-23 18:05:23 +02:00
Slavi Pantaleev
3f602da864 Upgrade prometheus-postgres-exporter (v0.14.0-3 -> v0.14.0-4) and integrate with mash_playbook_metrics_exposure_* 2024-01-23 17:58:38 +02:00
Slavi Pantaleev
45951d86d1 Add mash_playbook_metrics_exposure_* variables and integrate with prometheus-node-exporter and apisix-gateway 2024-01-23 17:51:59 +02:00
Slavi Pantaleev
71b167a4bc Add support for APISIX Dashboard 2024-01-23 15:09:25 +02:00
Slavi Pantaleev
395994ebc1 Add support for APISIX Gateway 2024-01-23 15:09:25 +02:00
Slavi Pantaleev
849ee84231 Add support for etcd 2024-01-23 15:09:25 +02:00
Slavi Pantaleev
03197b5bd2 Fix variable typo 2024-01-07 17:06:46 +02:00
Slavi Pantaleev
76eaf44f7e Remove extra new line from docs file 2024-01-06 18:25:51 +02:00
Slavi Pantaleev
2ba61fadcf Update Healthchecks docs
Related to 3842af27ed
2024-01-06 18:24:46 +02:00
Slavi Pantaleev
97336cb59a Mention exim-relay as optional dependency for Vaultwarden, Nextcloud, GoToSocial & Healthchecks 2024-01-06 18:15:18 +02:00
Slavi Pantaleev
dd531b19f4 Add exim-relay service 2024-01-06 13:03:08 +02:00
Julian-Samuel Gebühr
67180a31ec
docs(collabora-online): Add info to use alphanumeric caracters
More complex passwords containing some special characters might trigger

[ coolwsd ] FTL Failed to initialize COOLWSD: SAXParseException: Invalid token in '/etc/coolwsd/coolwsd.xml', line 244 column 167
2024-01-03 16:49:46 +01:00
Slavi Pantaleev
896a96a2b5 Make linkding_database_engine default to postgres when Postgres enabled
We do the same in other roles integrated into this playbook, so it's only natural.
2023-12-22 17:05:18 +02:00
Slavi Pantaleev
3581b405dd Adjust Outline docs - mention new default local storage and move S3 to its own section
Related to https://github.com/mother-of-all-self-hosting/ansible-role-outline/issues/1
2023-12-12 10:23:15 +02:00
Slavi Pantaleev
7f0c8c31e7 Update Syncthing docs with information about port changes on LAN setups 2023-12-10 09:02:30 +02:00
Aine
6bc5602607
add system cleanup role 2023-12-09 18:58:15 +02:00
moanos
ff5dbde71f docs: Make variables more clear, don't use defaults 2023-12-06 16:21:13 +01:00
moanos
3ce6ff35e2 feat: Add ansible-semaphore 2023-12-06 16:00:48 +01:00
brush
5d8e5d1146
Add nextcloud_container_image_customizations_smb_enabled: true to co… (#123)
* Add nextcloud_container_image_customizations_smb_enabled: true  to configuration options

* revised variable to use "samba" not "smb"

* Move Samba for Nextcloud instructions into their own section

This keeps the initial vars.yml sample for installing Nextcloud minimal.

Samba is a rarely used optional feature and has no business being in the initial minimal configuration sample.

---------

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2023-12-03 12:50:20 +02:00
Slavi Pantaleev
52050c09a8 Adjust Funkwhale documentation inaccuracies
These are blind adjustements, without having tested them.

Funkwhale runs multiple containers and it's possible that a few of the
others (e.g. the Celery worker) also need access to Redis. If so,
additional adjustments would be necessary.
2023-11-29 17:13:53 +02:00
Slavi Pantaleev
acc1775525 Add notes about interoperability
Fixes https://github.com/mother-of-all-self-hosting/mash-playbook/issues/118
2023-11-15 09:51:29 +02:00
Slavi Pantaleev
67f62f5d8a Add note about freshrss_path_prefix being buggy
Related to https://github.com/mother-of-all-self-hosting/mash-playbook/issues/116
2023-11-13 13:16:33 +02:00
Slavi Pantaleev
65fac6b430 Do not auto-generate freshrss_database_password
Related to https://github.com/mother-of-all-self-hosting/mash-playbook/issues/116
2023-11-13 13:13:39 +02:00
moanos
e5eb8cc27b docs(oxitraffic): Add notes on Troubleshooting and Data protection 2023-11-13 11:31:29 +01:00
Slavi Pantaleev
1b02f109dc Add a lot more information to docs/services/traefik.md 2023-11-09 13:59:55 +02:00