-
Notifications
You must be signed in to change notification settings - Fork 2
Description
How to use GitHub
- Please use the π reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Install HARP and deamon, test deploy works
- Reboot Server
- HARP no longer communicates with deamon until the docker container is restarted.
Expected behaviour
Tell us what should happen
Reboot Server and HARP should still work.
Actual behaviour
Tell us what happens instead, if possible also add a screenshot
Reboot server and HARP can't communicate with daemon
Default Deploy Daemon is not accessible. Please verify its configuration
Can't verify configuration after reboot until docker stop appapi-harp docker start appapi-harp
Server configuration
Web server: Apache/Nginx
Apache
Database: MySQL/Maria/SQLite/PostgreSQL
Maria
PHP version: 8.2/8.3/8.4
8.4
Nextcloud version: (see Nextcloud admin page)
32.0.1
List of activated apps
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Nextcloud configuration
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
{
"system": {
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"www.xxx.com",
"localhost"
],
"allowed_admin_ranges": {
"0": "127.0.0.1/8",
"2": "127.0.1.1/8",
"3": "192.168.1.0/24"
},
"trusted_proxies": "REMOVED SENSITIVE VALUE",
"memcache.local": "\OC\Memcache\APCu",
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "32.0.1.2",
"overwrite.cli.url": "https://www.xxx.com",
"htaccess.RewriteBase": "/",
"maintenance_window_start": 6,
"default_phone_region": "US",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"instanceid": "REMOVED SENSITIVE VALUE",
"filelocking.enabled": "true",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 0,
"dbindex": 0,
"password": "REMOVED SENSITIVE VALUE",
"timeout": 1.5
},
"maintenance": false,
"app_install_overwrite": {
"0": "otpmanager",
"1": "passman",
"2": "passwords",
"4": "maps"
},
"enabledPreviewProviders": [
"OC\Preview\PNG",
"OC\Preview\JPEG",
"OC\Preview\GIF",
"OC\Preview\HEIC",
"OC\Preview\BMP",
"OC\Preview\XBitmap",
"OC\Preview\MP3",
"OC\Preview\TXT",
"OC\Preview\MarkDown",
"OC\Preview\Krita",
"OC\Preview\OpenDocument",
"OC\Preview\SVG",
"OC\Preview\MSOffice2003",
"OC\Preview\MSOffice2007",
"OC\Preview\MSOfficeDoc",
"OC\Preview\PDF",
"OC\Preview\Font",
"OC\Preview\Movie",
"OC\Preview\TIFF",
"OC\Preview\Postscript"
],
"twofactor_enforced": "false",
"twofactor_enforced_groups": [
"admin"
],
"twofactor_enforced_excluded_groups": [],
"onlyoffice": {
"allow_local_remote_service": true,
"verify_peer_off": true,
"jwt_leeway": 60
},
"allow_local_remote_servers": true,
"theme": "",
"mail_smtpmode": "smtp",
"mail_smtpauth": true,
"mail_sendmailmode": "smtp",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"loglevel": 2,
"config_preset": 1
}
}
Browser
Browser name: Firefox/Chrome/Safari/β¦
Browser version: 124/125/β¦
Operating system: Windows/Ubuntu/Mac/β¦
Ubuntu 24.04 LTS
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...