No description
Find a file
Matej Focko 02b44273db
fix(vaultwarden): bump ROCKET_WORKERS
This variable was not required when running from the user-space, but
after migrating to quadlets, I had to define it.

Just to satisfy the requirements, I set it to 1. Based on some docs I
have managed to find, it appears that the default is 10. Given the
amount of users of my deployment and the fact it's running on the VPS,
setting it to 8.

Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-11-14 17:52:36 +01:00
collections chore(ansible): add posix to requirements 2024-07-07 17:39:01 +02:00
defaults feat: convert inventories and use Ansible Vault 2024-11-13 09:45:54 +01:00
group_vars feat: convert inventories and use Ansible Vault 2024-11-13 09:45:54 +01:00
host_vars feat(vaultwarden): deploy from quadlet 2024-11-14 16:50:43 +01:00
playbooks feat(ptyxis): add new role for a terminal 2024-07-30 15:08:54 +02:00
roles fix(vaultwarden): bump ROCKET_WORKERS 2024-11-14 17:52:36 +01:00
scripts Add pre-commit 2021-01-25 12:30:25 +01:00
.ansible-lint ci: reformat ansible-lint config 2023-08-27 11:41:08 +02:00
.gitignore chore(git): add gitignore 2024-07-12 14:50:33 +02:00
.pre-commit-config.yaml ci: ansible lint only relevant files 2024-05-07 13:45:06 +02:00
ansible.cfg feat: convert inventories and use Ansible Vault 2024-11-13 09:45:54 +01:00
inventory feat: convert inventories and use Ansible Vault 2024-11-13 09:45:54 +01:00
Makefile fix: switch to hosts instead of inventory 2023-08-31 11:54:36 +02:00