Slavi Pantaleev

Results 202 comments of Slavi Pantaleev

The log messages seem to imply that the DNS records for `matrix.marlfieldserver.com` and `element.marlfieldserver.com` are not OK. Indeed, `matrix.marlfieldserver.com` seems to resolve to a private IPv4 address right now (`192.168.1.206`),...

This repository does not install any Wireguard-related software, so saying we should use amnezia-wg instead of "regular" wireguard sounds odd.

Setting up a Matrix server and making it federated.. Creating public rooms.. Allowing **any** Matrix server to join said rooms directly, without any access control.. Publishing these rooms to the...

Self-building is not a requirement - just a nice to have. Adding a new roel for restic may be useful. Since it's not really specific to the Matrix setup, it's...

The Traefik Ansible role allows for some customizability, so should you wish to use DNS validation for ACME, you can do it. Feel free to update the docs with details...

Sounds like your server does not enabled public registration (which is the default configuration setting).

I've heard of similar problems recently. Seems like it might be a Debian bug with apparmor being installed, but not having any policies by default. You may wish to look...

I have just perform a Postgres upgrade against one of my servers (Rocky Linux v9, though) and it worked, so this is probably not some generic issue affecting everybody. ----...

Maybe we need to use `to_json(ensure_ascii=False)`? https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_filters.html#filter-to-json-and-unicode-support

Reading here may help: https://stackoverflow.com/questions/51622712/ansible-requires-python-apt-but-its-already-installed You can try `ansible_python_interpreter=/usr/bin/python3` in your `hosts` file, instead of using `/usr/bin/python`. You can SSH into the server and see what `/usr/bin/python --version` and what...