finalize
This commit is contained in:
parent
064c9c84e5
commit
63b691d6ef
@ -8,7 +8,7 @@ source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxV
|
|||||||
# Source: https://www.meilisearch.com/
|
# Source: https://www.meilisearch.com/
|
||||||
|
|
||||||
APP="Bar-Assistant"
|
APP="Bar-Assistant"
|
||||||
var_tags="${var_tags:-inventory;drinks}"
|
var_tags="${var_tags:-cocktails;drinks}"
|
||||||
var_cpu="${var_cpu:-2}"
|
var_cpu="${var_cpu:-2}"
|
||||||
var_ram="${var_ram:-2048}"
|
var_ram="${var_ram:-2048}"
|
||||||
var_disk="${var_disk:-4}"
|
var_disk="${var_disk:-4}"
|
||||||
|
@ -1,35 +1,35 @@
|
|||||||
{
|
{
|
||||||
"name": "Bar-Assistant",
|
"name": "Bar-Assistant",
|
||||||
"slug": "bar-assistant",
|
"slug": "bar-assistant",
|
||||||
"categories": [
|
"categories": [
|
||||||
24
|
24
|
||||||
],
|
],
|
||||||
"date_created": "2025-05-25",
|
"date_created": "2025-07-14",
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": 80,
|
"interface_port": 80,
|
||||||
"documentation": "https://docs.barassistant.app/",
|
"documentation": "https://docs.barassistant.app/",
|
||||||
"website": "https://barassistant.app/",
|
"website": "https://barassistant.app/",
|
||||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bar-assistant.webp",
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bar-assistant.webp",
|
||||||
"config_path": "/opt/bar-assistant",
|
"config_path": "/opt/bar-assistant",
|
||||||
"description": "Bar assistant is a all-in-one solution for managing your home bar.",
|
"description": "Bar Assistant is all-in-one solution for managing your home bar. Compared to other recipe management software that usually tries to be more for general use, Bar Assistant is made specifically for managing cocktail recipes. This means that there are a lot of cocktail-oriented features, like ingredient substitutes, first-class ingredients, ABV calculations, unit switching and more..",
|
||||||
"install_methods": [
|
"install_methods": [
|
||||||
{
|
{
|
||||||
"type": "default",
|
"type": "default",
|
||||||
"script": "ct/bar-assistant.sh",
|
"script": "ct/bar-assistant.sh",
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": 2,
|
"cpu": 2,
|
||||||
"ram": 2048,
|
"ram": 2048,
|
||||||
"hdd": 4,
|
"hdd": 4,
|
||||||
"os": "ubuntu",
|
"os": "debian",
|
||||||
"version": "24.10"
|
"version": "12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default_credentials": {
|
"default_credentials": {
|
||||||
"username": null,
|
"username": null,
|
||||||
"password": null
|
"password": null
|
||||||
},
|
},
|
||||||
"notes": []
|
"notes": []
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright (c) 2021-2025 community-scripts ORG
|
# Copyright (c) 2021-2025 community-scripts ORG
|
||||||
# Author: bvdberg01
|
# Author: bvdberg01 | CanbiZ
|
||||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||||
# Source: https://github.com/karlomikus/bar-assistant
|
# Source: https://github.com/karlomikus/bar-assistant
|
||||||
# Source: https://github.com/karlomikus/vue-salt-rim
|
# Source: https://github.com/karlomikus/vue-salt-rim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user