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).

Logs
  • 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...")