Skip to content

Commit 63b691d

Browse files
committed
finalize
1 parent 064c9c8 commit 63b691d

3 files changed

Lines changed: 35 additions & 35 deletions

File tree

ct/bar-assistant.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxV
88
# Source: https://www.meilisearch.com/
99

1010
APP="Bar-Assistant"
11-
var_tags="${var_tags:-inventory;drinks}"
11+
var_tags="${var_tags:-cocktails;drinks}"
1212
var_cpu="${var_cpu:-2}"
1313
var_ram="${var_ram:-2048}"
1414
var_disk="${var_disk:-4}"
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "Bar-Assistant",
3-
"slug": "bar-assistant",
4-
"categories": [
5-
24
6-
],
7-
"date_created": "2025-05-25",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 80,
12-
"documentation": "https://docs.barassistant.app/",
13-
"website": "https://barassistant.app/",
14-
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bar-assistant.webp",
15-
"config_path": "/opt/bar-assistant",
16-
"description": "Bar assistant is a all-in-one solution for managing your home bar.",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/bar-assistant.sh",
21-
"resources": {
22-
"cpu": 2,
23-
"ram": 2048,
24-
"hdd": 4,
25-
"os": "ubuntu",
26-
"version": "24.10"
27-
}
28-
}
29-
],
30-
"default_credentials": {
31-
"username": null,
32-
"password": null
33-
},
34-
"notes": []
2+
"name": "Bar-Assistant",
3+
"slug": "bar-assistant",
4+
"categories": [
5+
24
6+
],
7+
"date_created": "2025-07-14",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 80,
12+
"documentation": "https://docs.barassistant.app/",
13+
"website": "https://barassistant.app/",
14+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bar-assistant.webp",
15+
"config_path": "/opt/bar-assistant",
16+
"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..",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/bar-assistant.sh",
21+
"resources": {
22+
"cpu": 2,
23+
"ram": 2048,
24+
"hdd": 4,
25+
"os": "debian",
26+
"version": "12"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": []
3535
}

install/bar-assistant-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Copyright (c) 2021-2025 community-scripts ORG
4-
# Author: bvdberg01
4+
# Author: bvdberg01 | CanbiZ
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
66
# Source: https://github.com/karlomikus/bar-assistant
77
# Source: https://github.com/karlomikus/vue-salt-rim

0 commit comments

Comments
 (0)