a2445af6d0
Setting up REUSE: fix REUSE.toml
...
*.repo files are computer-generated ane cannot be copyrighted.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 13:39:30 +09:00
460df3515a
Setting up REUSE: change license statement to CC0-1.0
...
Computer-generated files cannot be copyrighted, and .gitignore cannot be copyrighted as well.
Example: https://reuse.software/faq/#bulk-license
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:03:56 +09:00
40835eab06
Setting up REUSE: add a newline character to REUSE.toml
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:03:12 +09:00
20b3875158
Add GitHub Action "REUSE Compliance Check"
...
It is also possible to check compliance by running reuse as pre-commit hook, which does not depend on GitHub. See: https://reuse.readthedocs.io/en/stable/readme.html#run-as-pre-commit-hook
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:03:01 +09:00
6abe569213
Setting up REUSE: change copyright year to the initial publication - 2023
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:01:50 +09:00
25dfbdf1d7
Setting up REUSE: change copyright year to the initial publication - 2022
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:01:46 +09:00
b1af044278
Setting up REUSE: change copyright year to the initial publication - 2021
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:01:40 +09:00
b1faaa60ec
Setting up REUSE: change copyright year to the initial publication - 2020
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:01:36 +09:00
08e7f9431a
Setting up REUSE: change copyright year to the initial publication - 2019
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:01:32 +09:00
1a068d7966
Setting up REUSE: change copyright year to the initial publication - 2018
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:01:27 +09:00
ab30390bd4
Setting up REUSE: change copyright year to the initial publication - 2017
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:01:22 +09:00
35dcbdd4db
Setting up REUSE: edit REUSE.toml
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:01:17 +09:00
1cc2ff8a0e
Setting up REUSE: add copyright statements to j2 and md files in roles/custom/
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:01:12 +09:00
8e63f12fbe
Setting up REUSE: add copyright statements to yml files in roles/custom/
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:01:07 +09:00
c38400b7f7
Setting up REUSE: add copyright statements to files in group_vars/
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:01:03 +09:00
3a1ea53739
Setting up REUSE: add copyright statements to files in examples/
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:00:58 +09:00
b268a811d2
Setting up REUSE: add copyright statements to files in docs/
...
Note that files in docs/assets/ are managed with REUSE.toml
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:00:54 +09:00
655d8e0e87
Setting up REUSE: add copyright statements to files in collections/
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:00:49 +09:00
000790ad76
Setting up REUSE: add copyright statements to files in bin/
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:00:44 +09:00
fb40cdf229
Setting up REUSE: add copyright statements to files in .config/
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:00:40 +09:00
11a740d4aa
Setting up REUSE: add copyright statements to files in .github/
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:00:34 +09:00
1e2c1ede05
Setting up REUSE: add copyright statements to files on the root directory
...
flack.lock, flake.nix, and requirements.yml are taken care of with REUSE.toml
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:00:27 +09:00
a887bb0d87
Setting up REUSE: add copyright statements to files created by me
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:00:21 +09:00
c737ed0612
Setting up REUSE: add REUSE.toml
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 05:00:12 +09:00
b84407f071
Setting up REUSE: add LICENSES directory and license
...
REUSE is an initiative by FSFE, which intends to make licensing easier with best practices to display legal information through comment headers on source files that can be easily human and machine readable. The REUSE tool (reuse) is available and makes the process of applying licenses to files and compliance checking much easier.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-08 04:59:54 +09:00
5d174024aa
borgmatic v1.9.4
2024-12-07 19:07:46 +02:00
b5f89e6429
Merge pull request #3858 from luixxiul/fix
...
Update docs/configuring-playbook-bot-draupnir.md and docs/configuring-playbook-bot-mjolnir.md
2024-12-07 08:57:34 +02:00
2a1456b67a
Update docs/configuring-playbook-bot-draupnir.md and docs/configuring-playbook-bot-mjolnir.md: fix sentences
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-07 14:28:40 +09:00
75bb7732f6
Merge pull request #3857 from luixxiul/fix
...
Housekeeping: preparation for l10n with Weblate
2024-12-06 18:51:17 +02:00
53ec946f18
Edit CHANGELOG.md: remove blank lines from paragraphes rendered as one
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-06 18:22:46 +09:00
255b1807a2
Update docs/configuring-playbook-user-verification-service.md
...
- Use common expressions
- Remove a word puzzle for better l10n experience
- Remove a redundant whitespace character
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-06 13:34:55 +09:00
c1c1b3ada0
Replace triple dots with horizontal ellipsis (U+2026)
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-06 13:34:50 +09:00
701e697d90
Update README.md: remove a redundant whitespace character
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-06 13:34:46 +09:00
e5ab17cafd
Remove numbering from headings for consistency
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-06 13:34:34 +09:00
0312ae490d
Edit README.md: add links to docs/FAQ.md and to the support section
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-06 05:36:13 +02:00
9178b2e053
Add ghcr.io/matrixgpt/matrix-chatgpt-bot to Renovate's ignoreDeps
list
...
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3196
- ce893c1b22
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3200#issuecomment-2491780481
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3856
2024-12-06 05:31:46 +02:00
d1fa7378f7
hookshot: Allow the localpart of the hookshot-bot to be defined ( #3853 )
...
* set localpart of hookshot bot in main.yml
* set sender_localpart in registration.yml.j2 template to variable
* prettier location for bot localpart in main.yml
* Update main.yml
* Update registration.yml.j2
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com >
2024-12-06 05:21:34 +02:00
464f2429b6
Merge pull request #3854 from spantaleev/renovate/grafana-11.x
...
Update dependency grafana to v11.4.0-0
2024-12-06 05:16:17 +02:00
83f3b1aab4
Update dependency grafana to v11.4.0-0
2024-12-05 20:43:24 +00:00
7d14294de6
grafana v11.3.2
2024-12-05 11:20:32 +02:00
57c5953445
Merge pull request #3851 from spantaleev/renovate/joseluisq-static-web-server-2.x
...
Update joseluisq/static-web-server Docker tag to v2.34.0
2024-12-04 09:24:16 +02:00
05ba03f9af
Update joseluisq/static-web-server Docker tag to v2.34.0
2024-12-04 01:55:57 +00:00
0e5d0aec65
Synapse Admin v0.10.3-etke33
2024-12-04 00:19:24 +02:00
b037cb6164
fix postgres backup for postgres v17
2024-12-03 20:03:28 +02:00
bf123e7ad5
synapse v1.120.2
2024-12-03 18:38:17 +02:00
b266ed4200
Merge pull request #3850 from spantaleev/renovate/vectorim-element-web-1.x
...
Update vectorim/element-web Docker tag to v1.11.87
2024-12-03 16:05:54 +02:00
819ca21954
Update vectorim/element-web Docker tag to v1.11.87
2024-12-03 14:02:54 +00:00
2c719b2ef7
Update beeper-linkedin configuration to latest upstream config and properly pass double-puppeting login shared secrets
...
We used to pass the shared secret for double-puppeting via a
`login_shared_secret` parameter, which doesn't seem to exist anymore.
The proper way to do it is via `login_shared_secret_map`.
The comments for `login_shared_secret_map` seem to indicate that it's
only usable with the shared-secret-auth password provider.
However, this bridge is based on mautrix-python (`>=0.20.5,<0.21`) as
per its `requirements.txt`
Support for double-puppeting via arbitrary access tokens landed in
mautrix-python 0.20.1 (6f25b62e80/CHANGELOG.md (L44-L53)
),
so it should be possible to use appservice double-puppet.
Related to af04ca1238
A bunch of other parameters seem to have moved around as well.
This patch introduces some new Ansible variables for controlling
additional settings related to encryption, etc.
2024-12-02 20:00:08 +02:00
e5a2935d0f
Move configuration-creation tasks for beeper-linkedin before container-related tasks
2024-12-02 19:38:02 +02:00
4d8b226c38
Minor refactoring around matrix_synapse_presence_enabled passing
2024-12-02 19:37:08 +02:00