add GOSS to sogo container and add version check scripting

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-06 08:55:15 +02:00
parent f55fd93b03
commit e2e75719e9
2 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
version=$(curl -sX GET "https://api.github.com/repos/Ombi-app/Ombi/releases" | jq --raw-output '.[0].tag_name')
version="${version#*Sogo-}"
version="${version#*v}"
version="${version#*release-}"
printf "%s" "${version}"

View File

@@ -0,0 +1,5 @@
---
port:
tcp:80:
listening: true