mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 11:01:20 -03:00
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}"
|
||||
|
||||
5
containers/apps/sogo/goss.yaml
Normal file
5
containers/apps/sogo/goss.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
port:
|
||||
tcp:80:
|
||||
listening: true
|
||||
Reference in New Issue
Block a user