All public logs
From FlowerHouseWiki
Combined display of all available logs of FlowerHouseWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:31, 4 December 2023 Tropaion talk contribs moved page BitWarden to VaultWarden
- 20:47, 11 February 2023 Tropaion talk contribs moved page Reverse-Proxy to Reverse-Proxy (old version)
- 22:46, 21 July 2022 Tropaion talk contribs created page Mautrix-irc.service (Created page with "<syntaxhighlight lang="yaml" line> [Unit] Description=mautrix-irc bridge [Service] # N.B. If you didn't create a user with the correct home directory, set this # to the directory where config.yaml is (e.g. /opt/mautrix-telegram). WorkingDirectory=~ ExecStart=/opt/mautrix-irc/bin/python -m heisenbridge -c /opt/mautrix-irc/registration.yaml User=mautrix-irc [Install] WantedBy=multi-user.target </syntaxhighlight>")
- 22:27, 20 July 2022 Tropaion talk contribs created page File:Matrix-logo.png
- 22:27, 20 July 2022 Tropaion talk contribs uploaded File:Matrix-logo.png
- 17:46, 15 July 2022 Tropaion talk contribs created page ChatMatrix (Created page with "{{ContainerInfo |image = Juypter.png |Domain = [https://chat.flowerhouse.at chat.flowerhouse.at] |MAC = BE:B1:89:38:28:44 |IP = 192.168.88.19 |Privileged = No |OS = Debian Bullseye |RAM = 4096MB |Cores = 2 }} <p>The ChatMatrix-LXC is reachable under <syntaxhighlight lang="Bash" inline>192.168.88.19</syntaxhighlight> which is located in the ServerVLAN.</p> <p>The subdomain is [https://chat.flowerhouse.at chat.flowerhouse.at] which is handled by the ReverseProxy.</p>...")
- 17:21, 6 May 2022 Tropaion talk contribs created page UpdateAuthelia.sh (Created page with "<syntaxhighlight lang="bash" line> #!/bin/bash # Variables name="Authelia" repo="authelia/authelia" architecture="linux-amd64" binary_path="/usr/bin" binary_name="authelia" # ===== VERSION CHECKING, CUSTOMIZE VARIBLES FOR IT ===== # Get current version current=$($binary_path/$binary_name --version) # Retain everything after last space current=${current##* } # Get latest release tag latest=$(curl -sL https://api.github.com/repos/$repo/releases/latest | jq -r ".tag_n...")