Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update some plugins for TrueNAS 13 #320

Merged
merged 5 commits into from Jul 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions .cirrus.yml
Expand Up @@ -169,7 +169,7 @@ gogs_task:
only_if: "changesInclude('gogs.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-1
env:
PLUGIN_FILE: "gogs.json"

Expand Down Expand Up @@ -214,7 +214,7 @@ homeassistant_task:
only_if: "changesInclude('homeassistant.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-1
env:
PLUGIN_FILE: "homeassistant.json"

Expand Down Expand Up @@ -352,7 +352,7 @@ mosquitto_task:
only_if: "changesInclude('mosquitto.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-1
env:
PLUGIN_FILE: "mosquitto.json"

Expand All @@ -373,7 +373,7 @@ movienight_task:
image_family: freebsd-12-2
env:
PLUGIN_FILE: "movienight.json"

n8n_task:
<<: *INSTALL_PLUGIN
only_if: "changesInclude('n8n.json', '.cirrus/install_script.sh')"
Expand Down Expand Up @@ -406,7 +406,7 @@ node-red_task:
only_if: "changesInclude('node-red.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-1
env:
PLUGIN_FILE: "node-red.json"

Expand Down Expand Up @@ -501,7 +501,7 @@ radarr_task:
image_family: freebsd-12-2
env:
PLUGIN_FILE: "radarr.json"

redis_task:
<<: *INSTALL_PLUGIN
only_if: "changesInclude('redis.json', '.cirrus/install_script.sh')"
Expand Down Expand Up @@ -561,7 +561,7 @@ tasmoadmin_task:
only_if: "changesInclude('tasmoadmin.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-1
env:
PLUGIN_FILE: "tasmoadmin.json"

Expand Down Expand Up @@ -627,7 +627,7 @@ weechat_task:
image_family: freebsd-12-2
env:
PLUGIN_FILE: "weechat.json"

zabbixserver_task:
<<: *INSTALL_PLUGIN
only_if: "changesInclude('zabbixserver.json', '.cirrus/install_script.sh')"
Expand Down Expand Up @@ -661,6 +661,6 @@ zwavejs2mqtt_task:
only_if: "changesInclude('zwavejs2mqtt.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-1
env:
PLUGIN_FILE: "zwavejs2mqtt.json"
4 changes: 2 additions & 2 deletions gogs.json
@@ -1,6 +1,6 @@
{
"name": "gogs",
"release": "12.3-RELEASE",
"release": "13.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-gogs.git",
"official": false,
"properties": {
Expand All @@ -19,4 +19,4 @@
]
},
"revision": 0
}
}
8 changes: 2 additions & 6 deletions homeassistant.json
@@ -1,6 +1,6 @@
{
"name": "homeassistant",
"release": "12.3-RELEASE",
"release": "13.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-homeassistant.git",
"official": false,
"devfs_ruleset": {
Expand Down Expand Up @@ -31,10 +31,6 @@
"libxml2",
"libxslt",
"pkgconf",
"python39",
"py39-sqlite3",
"python38",
"py38-sqlite3",
"rust",
"sudo",
"wget",
Expand All @@ -50,4 +46,4 @@
]
},
"revision": 1
}
}
4 changes: 2 additions & 2 deletions mosquitto.json
@@ -1,6 +1,6 @@
{
"name": "mosquitto",
"release": "12.3-RELEASE",
"release": "13.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-mosquitto.git",
"official": false,
"properties": {
Expand All @@ -21,4 +21,4 @@
]
},
"revision": 0
}
}
9 changes: 4 additions & 5 deletions node-red.json
@@ -1,6 +1,6 @@
{
"name": "node-red",
"release": "12.3-RELEASE",
"release": "13.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-node-red.git",
"official": false,
"properties": {
Expand All @@ -10,9 +10,8 @@
"pkgs": [
"bash",
"gmake",
"node14",
"npm-node14",
"python27",
"node16",
"npm-node16",
"python"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
Expand All @@ -25,4 +24,4 @@
]
},
"revision": 0
}
}
17 changes: 8 additions & 9 deletions tasmoadmin.json
@@ -1,6 +1,6 @@
{
"name": "tasmoadmin",
"release": "12.3-RELEASE",
"release": "13.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-tasmoadmin.git",
"official": false,
"properties": {
Expand All @@ -10,13 +10,12 @@
"pkgs": [
"bash",
"nginx",
"php74",
"php74-curl",
"php74-filter",
"php74-json",
"php74-session",
"php74-zip",
"svnup"
"php80",
"php80-curl",
"php80-filter",
"php80-mbstring",
"php80-session",
"php80-zip"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
"fingerprints": {
Expand All @@ -28,4 +27,4 @@
]
},
"revision": 0
}
}
10 changes: 5 additions & 5 deletions zwavejs2mqtt.json
@@ -1,6 +1,6 @@
{
"name": "zwavejs2mqtt",
"release": "12.3-RELEASE",
"release": "13.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-zwavejs2mqtt.git",
"official": false,
"devfs_ruleset": {
Expand All @@ -23,10 +23,10 @@
"bash",
"curl",
"jq",
"node14",
"npm-node14",
"node16",
"npm-node16",
"python",
"yarn-node14"
"yarn-node16"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
"fingerprints": {
Expand All @@ -38,4 +38,4 @@
]
},
"revision": 2
}
}