add GOSS to sogo container and add version check scripting
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
port:
|
||||
tcp:80:
|
||||
listening: true
|
||||
Reference in New Issue
Block a user