From 4ec2d5192a96f6362e0a455826ae084bfa728948 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Sat, 23 Nov 2024 11:02:28 +0100 Subject: [PATCH] freescout repair? --- bundles/freescout/README.md | 8 ++++++ bundles/freescout/items.py | 54 ++++++++++++++++++------------------- nodes/mseibert.freescout.py | 7 +++-- 3 files changed, 40 insertions(+), 29 deletions(-) diff --git a/bundles/freescout/README.md b/bundles/freescout/README.md index c6f42e4..1d8c5f3 100644 --- a/bundles/freescout/README.md +++ b/bundles/freescout/README.md @@ -11,3 +11,11 @@ Enter it again: freescout=# \q ``` + + +# problems + +# check if /opt/freescout/.env is resettet +# ckeck `psql -h localhost -d freescout -U freescout -W`with pw from .env +# chown -R www-data:www-data /opt/freescout +# sudo su - www-data -c 'php /opt/freescout/artisan freescout:clear-cache' -s /bin/bash diff --git a/bundles/freescout/items.py b/bundles/freescout/items.py index 268c378..e77a8e4 100644 --- a/bundles/freescout/items.py +++ b/bundles/freescout/items.py @@ -12,33 +12,33 @@ directories = { } actions = { - 'clone_freescout': { - 'command': run_as('www-data', 'git clone https://github.com/freescout-helpdesk/freescout.git /opt/freescout'), - 'unless': 'test -e /opt/freescout/.git', - 'needs': [ - 'pkg_apt:git', - 'directory:/opt/freescout', - ], - }, - 'pull_freescout': { - 'command': run_as('www-data', 'git -C /opt/freescout fetch origin dist && git -C /opt/freescout reset --hard origin/dist && git -C /opt/freescout clean -f'), - 'unless': run_as('www-data', 'git -C /opt/freescout fetch origin && git -C /opt/freescout status -uno | grep -q "Your branch is up to date"'), - 'needs': [ - 'action:clone_freescout', - ], - 'triggers': [ - 'action:freescout_artisan_update', - f'svc_systemd:php{php_version}-fpm.service:restart', - ], - }, - 'freescout_artisan_update': { - 'command': run_as('www-data', 'php /opt/freescout/artisan freescout:after-app-update'), - 'triggered': True, - 'needs': [ - f'svc_systemd:php{php_version}-fpm.service:restart', - 'action:pull_freescout', - ], - }, + # 'clone_freescout': { + # 'command': run_as('www-data', 'git clone https://github.com/freescout-helpdesk/freescout.git /opt/freescout'), + # 'unless': 'test -e /opt/freescout/.git', + # 'needs': [ + # 'pkg_apt:git', + # 'directory:/opt/freescout', + # ], + # }, + # 'pull_freescout': { + # 'command': run_as('www-data', 'git -C /opt/freescout fetch origin dist && git -C /opt/freescout reset --hard origin/dist && git -C /opt/freescout clean -f'), + # 'unless': run_as('www-data', 'git -C /opt/freescout fetch origin && git -C /opt/freescout status -uno | grep -q "Your branch is up to date"'), + # 'needs': [ + # 'action:clone_freescout', + # ], + # 'triggers': [ + # 'action:freescout_artisan_update', + # f'svc_systemd:php{php_version}-fpm.service:restart', + # ], + # }, + # 'freescout_artisan_update': { + # 'command': run_as('www-data', 'php /opt/freescout/artisan freescout:after-app-update'), + # 'triggered': True, + # 'needs': [ + # f'svc_systemd:php{php_version}-fpm.service:restart', + # 'action:pull_freescout', + # ], + # }, } # svc_systemd = { diff --git a/nodes/mseibert.freescout.py b/nodes/mseibert.freescout.py index 1577f8a..f699919 100644 --- a/nodes/mseibert.freescout.py +++ b/nodes/mseibert.freescout.py @@ -1,3 +1,6 @@ +# https://teamvault.apps.seibert-media.net/secrets/mkqMRv/ +# https://console.hetzner.cloud/projects/889138/servers/46578341 + { 'dummy': True, 'hostname': '159.69.117.89', @@ -31,8 +34,8 @@ 'domain': 'foerderkreis.oranienschule-wiesbaden-wiki.de', }, 'vm': { - 'cores': 1, - 'ram': 2048, + 'cores': 2, + 'ram': 4096, }, 'wireguard': { 'my_ip': '172.30.0.238/32',