Skip to content

Reboot of server stops HaRP from connecting until restarting docker container.Β #62

@richard378

Description

@richard378

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

  1. Install HARP and deamon, test deploy works
  2. Reboot Server
  3. 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
Enabled: - activity: 5.0.0-dev.0 - admin_audit: 1.22.0 - app_api: 32.0.0 - appointments: 2.6.1 - assistant: 2.9.0 - bookmarks: 16.0.0 - bruteforcesettings: 5.0.0-dev.0 - calendar: 6.0.2 - cloud_federation_api: 1.16.0 - comments: 1.22.0 - contacts: 8.0.5 - contactsinteraction: 1.13.1 - context_chat: 5.0.0 - dashboard: 7.12.0 - dav: 1.34.2 - deck: 1.16.0 - external: 7.0.0 - federatedfilesharing: 1.22.0 - federation: 1.22.0 - files: 2.4.0 - files_antivirus: 6.1.0 - files_downloadlimit: 5.0.0-dev.0 - files_external: 1.24.0 - files_pdfviewer: 5.0.0-dev.0 - files_reminders: 1.5.0 - files_sharing: 1.24.0 - files_trashbin: 1.22.0 - files_versions: 1.25.0 - fileslibreofficeedit: 2.0.1 - firstrunwizard: 5.0.0-dev.0 - forms: 5.2.2 - guests: 4.6.0 - integration_openai: 3.7.1 - logreader: 5.0.0-dev.0 - lookup_server_connector: 1.20.0 - maps: 1.6.0 - nextcloud_announcements: 4.0.0-dev.0 - notes: 4.12.3 - notifications: 5.0.0-dev.0 - notify_push: 1.2.0 - oauth2: 1.20.0 - onlyoffice: 9.11.0 - otpmanager: 0.5.4 - password_policy: 4.0.0-dev.0 - passwords: 2025.11.20 - photos: 5.0.0-dev.1 - privacy: 4.0.0-dev.0 - profile: 1.1.0 - provisioning_api: 1.22.0 - recommendations: 5.0.0-dev.0 - related_resources: 3.0.0-dev.0 - serverinfo: 4.0.0-dev.0 - settings: 1.15.1 - sharebymail: 1.22.0 - spreed: 22.0.2 - support: 4.0.0-dev.0 - survey_client: 4.0.0-dev.0 - suspicious_login: 10.0.0-dev.0 - systemtags: 1.22.0 - tasks: 0.17.0 - text: 6.0.1 - theming: 2.7.0 - twofactor_backupcodes: 1.21.0 - twofactor_nextcloud_notification: 6.0.0-dev.0 - twofactor_totp: 14.0.0 - twofactor_webauthn: 2.4.1 - updatenotification: 1.22.0 - user_status: 1.12.0 - viewer: 5.0.0-dev.0 - weather_status: 1.12.0 - webhook_listeners: 1.3.0 - welcome: 1.3.0 - workflowengine: 2.14.0 Disabled: - announcementcenter: 7.2.2 (installed 7.2.2) - circles: 32.0.0 (installed 31.0.0) - encryption: 2.20.0 - terms_of_service: 4.6.0 (installed 4.6.0) - user_ldap: 1.23.0
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) ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions