mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 08:19:17 +00:00
Compare commits
No commits in common. "6d41b7e465aab0652ab928a814735cb1a772eefd" and "47def6a84ef7840cf02ddd1fe9cee906c8be6422" have entirely different histories.
6d41b7e465
...
47def6a84e
@ -85,16 +85,6 @@ DATA_DIR="$DATA_DIR"
|
|||||||
MEILI_ADDR="http://127.0.0.1:7700"
|
MEILI_ADDR="http://127.0.0.1:7700"
|
||||||
MEILI_MASTER_KEY="$MASTER_KEY"
|
MEILI_MASTER_KEY="$MASTER_KEY"
|
||||||
BROWSER_WEB_URL="http://127.0.0.1:9222"
|
BROWSER_WEB_URL="http://127.0.0.1:9222"
|
||||||
|
|
||||||
# If you're planning to use OpenAI for tagging. Uncomment the following line:
|
|
||||||
# OPENAI_API_KEY="<API_KEY>"
|
|
||||||
|
|
||||||
# If you're planning to use ollama for tagging, uncomment the following lines:
|
|
||||||
# OLLAMA_BASE_URL="<OLLAMA_ADDR>"
|
|
||||||
|
|
||||||
# You can change the models used by uncommenting the following lines, and changing them according to your needs:
|
|
||||||
# INFERENCE_TEXT_MODEL="gpt-4o-mini"
|
|
||||||
# INFERENCE_IMAGE_MODEL="gpt-4o-mini"
|
|
||||||
EOF
|
EOF
|
||||||
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
|
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
|
||||||
msg_ok "Installed Hoarder"
|
msg_ok "Installed Hoarder"
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
"type": "default",
|
"type": "default",
|
||||||
"script": "/ct/hoarder.sh",
|
"script": "/ct/hoarder.sh",
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": 2,
|
"cpu": 4,
|
||||||
"ram": 4096,
|
"ram": 4096,
|
||||||
"hdd": 8,
|
"hdd": 10,
|
||||||
"os": "Debian",
|
"os": "Debian",
|
||||||
"version": "12"
|
"version": "12"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user