Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIO interface not reachable after update #5269

Closed
MariusQuabeck opened this issue Sep 15, 2024 · 6 comments
Closed

AIO interface not reachable after update #5269

MariusQuabeck opened this issue Sep 15, 2024 · 6 comments
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. needs info Not enough information provided

Comments

@MariusQuabeck
Copy link

MariusQuabeck commented Sep 15, 2024

my nc aio just auto updated to 29.0.6 and everything is working inside Nextcloud afaict but I can no longer reach the AIO interface :8443
I don't know how to access logs outside of the AIO interface so I'm not sure where to start.

@MariusQuabeck MariusQuabeck added the 0. Needs triage Pending approval or rejection. This issue is pending approval. label Sep 15, 2024
@szaimen
Copy link
Collaborator

szaimen commented Sep 15, 2024

Hi Marius 👋

Sorry to hear that you are having troubles.

Can you please post the output of sudo docker logs nextcloud-aio-mastercontainer; sudo docker inspect nextcloud-aio-mastercontainer here?

@szaimen szaimen added the needs info Not enough information provided label Sep 15, 2024
@szaimen
Copy link
Collaborator

szaimen commented Sep 21, 2024

Hi @MariusQuabeck any update here? The above commands should allow you to debug the situation

@MariusQuabeck
Copy link
Author

thank you for the ping, I missed your first reply.

here is the log

Logs root@nextcloud:~# sudo docker logs nextcloud-aio-mastercontainer; sudo docker inspect nextcloud-aio-mastercontainer Trying to fix docker.sock permissions internally... Adding internal www-data to group ping Initial startup of Nextcloud All-in-One complete! You should be able to open the Nextcloud AIO Interface now on port 8080 of this server! E.g. https://internal.ip.of.this.server:8080 ⚠️ Important: do always use an ip-address if you access this port and not a domain as HSTS might block access to it later!

If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatically by opening the Nextcloud AIO Interface via:
https://your-domain-that-points-to-this-server.tld:8443
++ head -1 /mnt/docker-aio-config/data/daily_backup_time

  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    Daily backup script has started
    [Sun Sep 15 04:00:26.129142 2024] [mpm_event:notice] [pid 168:tid 168] AH00489: Apache/2.4.62 (Unix) OpenSSL/3.3.2 configured -- resuming normal operations
    [Sun Sep 15 04:00:26.129184 2024] [core:notice] [pid 168:tid 168] AH00094: Command line: 'httpd -D FOREGROUND'
    [15-Sep-2024 04:00:26] NOTICE: fpm is running, pid 173
    [15-Sep-2024 04:00:26] NOTICE: ready to handle connections
    Connection to nextcloud-aio-apache (172.18.0.7) 443 port [tcp/https] succeeded!
    {"level":"info","ts":1726372826.1527874,"msg":"using config from file","file":"/Caddyfile"}
    {"level":"info","ts":1726372826.154828,"msg":"adapted config to JSON","adapter":"caddyfile"}
    Starting mastercontainer update...
    (The script might get exited due to that. In order to update all the other containers correctly, you need to run this script with the same settings a second time.)
    Waiting for watchtower to stop
    Creating daily backup...
    Waiting for backup container to stop
    Waiting for backup container to stop
    Waiting for backup container to stop
    Waiting for backup container to stop
    Starting and updating containers...
    Waiting for the Nextcloud container to start
    /Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    {"level":"error","ts":1726399327.5181446,"logger":"tls.on_demand","msg":"updated ARI","error":"got new ARI from acme-v02.api.letsencrypt.org-directory, but could not store it with certificate metadata: write /mnt/docker-aio-config/caddy/certificates/acme-v02.api.letsencrypt.org-directory/cloud.nerdzoom.media/cloud.nerdzoom.media.json: no space left on device"}
    Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    Initial startup of Nextcloud All-in-One complete!
    You should be able to open the Nextcloud AIO Interface now on port 8080 of this server!
    E.g. https://internal.ip.of.this.server:8080
    ⚠️ Important: do always use an ip-address if you access this port and not a domain as HSTS might block access to it later!

If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatically by opening the Nextcloud AIO Interface via:
https://your-domain-that-points-to-this-server.tld:8443
++ head -1 /mnt/docker-aio-config/data/daily_backup_time

  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    {"level":"info","ts":1726399549.6388464,"msg":"using config from file","file":"/Caddyfile"}
    {"level":"info","ts":1726399549.642733,"msg":"adapted config to JSON","adapter":"caddyfile"}
    [Sun Sep 15 11:25:49.647608 2024] [mpm_event:notice] [pid 146:tid 146] AH00489: Apache/2.4.62 (Unix) OpenSSL/3.3.2 configured -- resuming normal operations
    [Sun Sep 15 11:25:49.648376 2024] [core:notice] [pid 146:tid 146] AH00094: Command line: 'httpd -D FOREGROUND'
    {"level":"error","ts":1726399549.6504588,"logger":"tls","msg":"could not clean default/global storage","error":"unable to acquire storage_clean lock: creating lock file: write /mnt/docker-aio-config/caddy/locks/storage_clean.lock: no space left on device"}
    [15-Sep-2024 11:25:49] NOTICE: fpm is running, pid 156
    [15-Sep-2024 11:25:49] NOTICE: ready to handle connections
    {"level":"error","ts":1726399595.7597387,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49807","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399595.9143286,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49808","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399595.9660542,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49809","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399596.022616,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49810","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399597.6376853,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49811","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399597.685777,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49812","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399597.7330809,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49813","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399597.7884133,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49814","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399598.7374616,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49815","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399598.7904658,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49816","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399598.8397548,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49817","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399598.8903437,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49818","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399599.788323,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49819","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399599.833789,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49820","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399599.87689,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49821","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399599.931581,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49822","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399600.8897676,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49823","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399600.9394062,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49824","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399600.988532,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49825","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399601.1361556,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49826","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399602.226896,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49827","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399602.2744734,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49828","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399602.3236673,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49829","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399602.3797772,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49830","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399603.4182916,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49831","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399603.4693265,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49832","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399603.5198102,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49833","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399603.5731912,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49834","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399604.6007688,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49835","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399604.6479318,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49836","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399604.800443,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49837","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399604.857461,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49838","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399605.7378983,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49839","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399605.8943844,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49840","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399605.9524045,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49841","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399606.0136786,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49842","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399606.9268527,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49843","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399606.9764166,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49844","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399607.0239043,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49845","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399607.0766885,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49846","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399608.2359102,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49847","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399608.2843935,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49848","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399608.3306487,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49849","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399608.4817662,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49850","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399620.6768801,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49851","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399620.7265434,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49852","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399620.780406,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49853","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399620.8282833,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49854","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399626.1327028,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49856","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399626.178825,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49857","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399626.318374,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49858","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399626.3658056,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49859","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399626.4145138,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49860","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399626.4682815,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49861","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399626.5176039,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49862","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399626.6740053,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49864","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399626.8199553,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49865","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399626.866788,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"63647","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399626.9174042,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49867","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399626.9711473,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49868","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399627.0292118,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49869","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399627.0924196,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49870","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399627.1498153,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49871","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399659.8756402,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"63648","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399659.9304185,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49880","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399659.9821975,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49881","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399660.0290306,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49882","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399660.9783313,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49883","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399661.0334394,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49884","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399661.0824537,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49885","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399661.1339414,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49886","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399683.4424374,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49887","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399683.4907298,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49888","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399683.5411239,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49889","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399683.5946488,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49890","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399684.5144207,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49891","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399684.5677578,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49892","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399684.618312,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49893","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399684.6781304,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49894","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399721.2200487,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49905","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399721.2722807,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49906","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399721.3253071,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49907","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726399721.3821092,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49908","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    Initial startup of Nextcloud All-in-One complete!
    You should be able to open the Nextcloud AIO Interface now on port 8080 of this server!
    E.g. https://internal.ip.of.this.server:8080
    ⚠️ Important: do always use an ip-address if you access this port and not a domain as HSTS might block access to it later!

If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatically by opening the Nextcloud AIO Interface via:
https://your-domain-that-points-to-this-server.tld:8443
++ head -1 /mnt/docker-aio-config/data/daily_backup_time

  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    {"level":"info","ts":1726399972.6925528,"msg":"using config from file","file":"/Caddyfile"}
    {"level":"info","ts":1726399972.7026172,"msg":"adapted config to JSON","adapter":"caddyfile"}
    [Sun Sep 15 11:32:52.793276 2024] [mpm_event:notice] [pid 150:tid 150] AH00489: Apache/2.4.62 (Unix) OpenSSL/3.3.2 configured -- resuming normal operations
    [Sun Sep 15 11:32:52.793804 2024] [core:notice] [pid 150:tid 150] AH00094: Command line: 'httpd -D FOREGROUND'
    [15-Sep-2024 11:32:52] NOTICE: fpm is running, pid 157
    [15-Sep-2024 11:32:52] NOTICE: ready to handle connections
    {"level":"info","ts":1726399974.4768312,"msg":"[INFO][FileStorage:/mnt/docker-aio-config/caddy/] /mnt/docker-aio-config/caddy/locks/storage_clean.lock: Empty lockfile (EOF) - likely previous process crashed or storage medium failure; treating as stale"}
    {"level":"info","ts":1726399974.4768982,"msg":"[INFO][FileStorage:/mnt/docker-aio-config/caddy/] Lock for 'storage_clean' is stale (created: 0001-01-01 00:00:00 +0000 UTC, last update: 0001-01-01 00:00:00 +0000 UTC); removing then retrying: /mnt/docker-aio-config/caddy/locks/storage_clean.lock"}
    {"level":"error","ts":1726400000.7309003,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49917","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400000.7843914,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49918","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400000.8276098,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49919","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400000.881821,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49920","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400008.4063962,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49925","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400008.537732,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49926","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400008.5851362,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49927","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400008.6339989,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49928","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400008.6875176,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49929","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400008.7448497,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49930","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400008.7942066,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49931","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400008.8407764,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49932","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400017.210489,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49935","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400017.2604017,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49936","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400017.3142326,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49937","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400017.4550807,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49938","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400018.3204782,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49939","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400018.4703486,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49940","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400018.524005,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49941","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400018.5789385,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49942","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400034.5333865,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49943","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400034.583675,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49944","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400034.7315784,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49945","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400034.7809467,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49946","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400035.800708,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49947","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400035.857326,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49948","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400035.914469,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49949","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400035.9704704,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49950","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400060.200535,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49954","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400060.2569215,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49955","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400060.447139,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49957","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400060.5068285,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49958","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400063.947006,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49960","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400064.0905259,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49961","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400080.8904161,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49964","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400080.9394908,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49965","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400080.9872386,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49966","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400081.0424411,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49967","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400140.4477012,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49975","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400140.5059628,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49976","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400141.6901593,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49978","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400141.7423377,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49979","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400190.578458,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49982","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400190.6347835,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49983","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400190.6836145,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49984","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400190.7345846,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49985","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400474.1962507,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49989","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400474.2512286,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49990","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400474.3055375,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49991","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400474.3522043,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49992","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400475.1647308,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49993","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400475.2061377,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49994","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400475.2507257,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49995","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400475.2933917,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"49996","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    Initial startup of Nextcloud All-in-One complete!
    You should be able to open the Nextcloud AIO Interface now on port 8080 of this server!
    E.g. https://internal.ip.of.this.server:8080
    ⚠️ Important: do always use an ip-address if you access this port and not a domain as HSTS might block access to it later!

If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatically by opening the Nextcloud AIO Interface via:
https://your-domain-that-points-to-this-server.tld:8443
++ head -1 /mnt/docker-aio-config/data/daily_backup_time

  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    {"level":"info","ts":1726400515.2094338,"msg":"using config from file","file":"/Caddyfile"}
    {"level":"info","ts":1726400515.218071,"msg":"adapted config to JSON","adapter":"caddyfile"}
    [Sun Sep 15 11:41:55.340149 2024] [mpm_event:notice] [pid 147:tid 147] AH00489: Apache/2.4.62 (Unix) OpenSSL/3.3.2 configured -- resuming normal operations
    [Sun Sep 15 11:41:55.340653 2024] [core:notice] [pid 147:tid 147] AH00094: Command line: 'httpd -D FOREGROUND'
    [15-Sep-2024 11:41:55] NOTICE: fpm is running, pid 152
    [15-Sep-2024 11:41:55] NOTICE: ready to handle connections
    {"level":"error","ts":1726400547.6025915,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50000","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400547.6571963,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50001","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400547.7109256,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50002","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400547.760105,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50003","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400550.2641902,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50004","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400550.3146276,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50005","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400551.4909227,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50007","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400551.5397897,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50008","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400553.801907,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50010","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400553.8559544,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50011","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400553.9063683,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50012","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400553.9603243,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50013","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400555.1030133,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50014","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400555.1515892,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50015","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400555.206146,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50016","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400555.3614714,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50017","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400641.3567886,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50023","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400641.414088,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50024","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400641.4602678,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50025","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400641.511772,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50026","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400642.9331973,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50027","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400642.9810145,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50028","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400643.0257406,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50029","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400643.070321,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50030","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400643.7018852,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50031","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400643.7467701,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50032","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400643.7970905,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50033","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726400643.854247,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50034","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726401914.3611844,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50412","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726401914.4143617,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50413","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726401914.4629457,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50414","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726401914.5121136,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50415","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726401916.04179,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50416","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726401916.089166,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50417","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726401916.136448,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50418","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726401916.188356,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"50419","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402980.330172,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51052","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402980.3943772,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51053","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402980.4404714,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51054","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402980.4927166,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51055","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402989.696009,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51059","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402989.7436118,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51060","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402989.7924457,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51061","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402989.8606741,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51062","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402989.926682,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51063","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402989.991027,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51064","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402990.0537007,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51065","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402990.2016888,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51066","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402990.4581308,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51067","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402990.5031672,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51068","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402990.5461879,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51069","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402990.5948758,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51070","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402990.7405913,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51071","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402990.7832282,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51072","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402990.8347979,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51073","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402990.878936,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51074","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402991.016831,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51075","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402991.0617108,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51076","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402991.1074107,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51077","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402991.253297,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51078","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402991.2994587,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51079","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402991.3469684,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51080","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402991.3954778,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51081","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402991.4451437,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51082","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402998.1997356,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51083","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402998.2513044,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51084","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402998.3114898,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51085","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402998.3626516,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51086","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402998.4149148,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51087","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402998.4718466,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"63660","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402998.6306303,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51089","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726402998.6883504,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51090","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403081.8275187,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51104","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403081.9856312,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51105","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403082.0393567,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51106","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403082.087681,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51107","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403082.13755,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51108","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403082.1885796,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51109","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403082.2343442,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51110","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403082.2807124,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51111","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403083.3391688,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51112","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403083.3852067,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51113","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403083.5238912,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51114","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403083.5782566,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51115","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403084.069976,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51116","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403084.1194334,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51117","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403084.1759086,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51118","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403084.2298496,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51119","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403087.5056477,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51120","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403087.5510497,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51121","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403087.6005597,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51122","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403087.758801,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51123","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403087.815691,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51124","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403087.873185,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51125","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403087.9323757,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51126","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403087.9917796,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51127","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403089.5539503,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51128","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403089.6063297,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51129","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403089.6589732,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51130","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403089.70361,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51131","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403089.8591177,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51132","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403089.918169,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51133","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403089.9753234,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51134","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403090.0351086,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51135","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403100.3217208,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51144","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403100.3769393,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51145","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403100.4279842,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51146","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403100.473213,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51147","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403100.5317922,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"63663","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403100.578027,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"63664","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403100.6221502,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51150","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403100.6664643,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51151","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403102.9268758,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51152","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403102.9762669,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51153","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403103.0250938,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51154","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403103.0791686,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51155","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403103.1332319,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51156","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403103.1898587,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51157","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403103.2458384,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51158","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403103.293891,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51159","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403103.4423337,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51160","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403103.5035331,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51161","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403103.568594,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51162","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403103.62885,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51163","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403108.3515663,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51164","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403108.4103298,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51165","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403113.1519542,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51167","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403113.1989121,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51168","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403113.2854023,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51170","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403113.4356983,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51171","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403127.7830071,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51175","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403127.8268833,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51176","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403127.9150147,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51178","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726403127.9564373,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"51179","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406033.920098,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55762","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406033.9751925,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55763","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406034.023683,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55764","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406034.0660145,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55765","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406034.12928,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55766","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406034.1719925,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55767","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406034.2138224,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55768","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406034.2589414,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55769","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    Initial startup of Nextcloud All-in-One complete!
    You should be able to open the Nextcloud AIO Interface now on port 8080 of this server!
    E.g. https://internal.ip.of.this.server:8080
    ⚠️ Important: do always use an ip-address if you access this port and not a domain as HSTS might block access to it later!

If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatically by opening the Nextcloud AIO Interface via:
https://your-domain-that-points-to-this-server.tld:8443
++ head -1 /mnt/docker-aio-config/data/daily_backup_time

  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    {"level":"info","ts":1726406096.4399703,"msg":"using config from file","file":"/Caddyfile"}
    {"level":"info","ts":1726406096.4494045,"msg":"adapted config to JSON","adapter":"caddyfile"}
    [Sun Sep 15 13:14:56.551227 2024] [mpm_event:notice] [pid 148:tid 148] AH00489: Apache/2.4.62 (Unix) OpenSSL/3.3.2 configured -- resuming normal operations
    [Sun Sep 15 13:14:56.551714 2024] [core:notice] [pid 148:tid 148] AH00094: Command line: 'httpd -D FOREGROUND'
    [15-Sep-2024 13:14:56] NOTICE: fpm is running, pid 154
    [15-Sep-2024 13:14:56] NOTICE: ready to handle connections
    {"level":"error","ts":1726406176.0410926,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55786","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406176.0854528,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55787","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406176.1274238,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55788","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406176.1670516,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55789","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406201.2167575,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55794","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406201.261607,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55795","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406201.3094828,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55796","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406201.3575091,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55797","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406201.403127,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55798","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406201.449352,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55799","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406201.4936857,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55800","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726406201.538728,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.122","remote_port":"55801","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    Daily backup script has started
    Connection to nextcloud-aio-apache (172.18.0.8) 443 port [tcp/https] succeeded!
    Starting mastercontainer update...
    (The script might get exited due to that. In order to update all the other containers correctly, you need to run this script with the same settings a second time.)
    Waiting for watchtower to stop
    Creating daily backup...
    Waiting for backup container to stop
    Waiting for backup container to stop
    Starting and updating containers...
    Waiting for the Nextcloud container to start
    Connection to nextcloud-aio-nextcloud (172.18.0.8) 9000 port [tcp/*] succeeded!
    Sending backup notification...
    Daily backup script has finished
    Deleted Images:
    untagged: nextcloud/aio-postgresql@sha256:f7a0be3c6c3f055374d4730fd2547473a3399e297e9bbaa60a3797a782d1e3b1
    deleted: sha256:007e49fa931a8f1e53ec34c8452599c0a2b3830f5aad64318019fa4d301ce05e
    deleted: sha256:357d13229af7705bf006d7b404e6fad3a77caf0090cb907076340b57a5a1aafa
    deleted: sha256:3a10ab9e40f6923b176072274042b5385364859318bfca461523d6623e16bd67
    deleted: sha256:0bb9603021bd56ce94dc558e67c8a2ba2b5fa803b68d6cfe80079ae32fb6980d
    deleted: sha256:c0077bd20d9f44829bd02d028f9ea91d1261e830680bca194885be92ac440d79
    deleted: sha256:d866dcd0f8ab518f83bf4659fd7d036d4fbc67dc367cb509990d8ff40a97f7ec
    deleted: sha256:ce8b1d755bd4cbaf50bafd12fcd3b11fc82967382cd6e5017ddd8ccd0c737a3a
    deleted: sha256:379831eaff46717d17bb46ba189f97b9bb9fa9729e4aeaacd2ae7dc0d4328961
    deleted: sha256:512f2e543414fa821ef5e029426741175f9c9438819538ea30e6ec1509378fc1
    deleted: sha256:8ebc9598dce37b1b0c971eebed55ea62e4c811ef6174ce8a3a6060eb01587c8b
    deleted: sha256:2fdb8e438b6ca3f768fb27c40bae772bc282dbfd8aab4eed638566dc79f6a380
    deleted: sha256:72e06b323438dd70bc3dd72788c01be2d20a44b2a61beb93ba5567912de0e5af
    deleted: sha256:32f963eddc75a5b0f626669eef8ce5d9e40592d1ef45d5191f0c255d7c85ef5e
    deleted: sha256:156ec8777128173524b50dc4c98a445eac14ae8d80bd441d62b7a6de12c3c5f9
    deleted: sha256:5aa8d1de966f2c714415dd13cf00706920e735eb708d974921cedb915da11155
    untagged: nextcloud/aio-collabora@sha256:7519c37c8ae102c66f219390eac5844409fa57bec6c8e718a89c24ff64068aea
    deleted: sha256:4274027eed0d40119ac824d43e8522368162d83e6eab1a1b03d0db57dfc8cae2
    deleted: sha256:d108c75f3589af4abe63631e938b762f97be53823aa12e91d78a3a57118dc851
    deleted: sha256:a5142f20b1b45659c3d90176dff29724d44354eb3c8b345b41d49f6cea6507ad
    deleted: sha256:6439a4d91417075e717c98a4c7efc0cd0b95c195b9e28fe1235fdc9685c7ee7b
    deleted: sha256:046e0ac7a0db38de9f3d3c3d8224c9a9931dbfd97156c6751de1f12de8ea04fb
    untagged: nextcloud/aio-apache@sha256:f69a213fd3ec53d3baa2ef1c5d10dee508e863941f9a537cecd28f7b0bccaccf
    deleted: sha256:88e345e9354dacf194d679e47cec4f824a736edcbde527eeac9fbc38151432ea
    deleted: sha256:310e7fd626900eceb56351a3e8212076d03850ee7f9a57ffa3f99f18db85e746
    deleted: sha256:294786b1a6f1a2f95bd1b37dae19548dd8070b25945b4901ffd48b177070ca26
    deleted: sha256:868b09883f484c9cbbcbd86b35354e991c68fb934aa888186501528902546c2b
    deleted: sha256:a81411fb652b4ddfb7c9a5cd38d7290ea7aaa30313fb17de99c93a60e245b145
    deleted: sha256:9b167e6d938fc4b683c93e453e712342e37de106af940fe073e4fbf985d3e96b
    deleted: sha256:b97179c1c787c4318f4250cf7ef6204253564a2f56d2dc12e3e6160d4d42c646
    deleted: sha256:db6a7b3c09258eaa4d3a7e627a4929930c5a9e3274e9e2eaf309def0ca938e42
    deleted: sha256:6cfe5fe8d193921d456eb01af7285a20d4e3b7b1af10f85a75113aea1251cbfe
    deleted: sha256:732cf9e2488f8b13395ccf3bde44a6e8fc255649294b93d50450756242e50fa3
    deleted: sha256:8eee2de6b11fe1e9cd3b7341ac8fe5d1503918b9e50f4bf84411f168fc7d3886
    deleted: sha256:7a9d9b4e53a6194285e921d57f032d74160306026eea2d4737b533465aedf772
    deleted: sha256:85f4165a8880d7be76823acb02b82e25f7636f0ffe299cb07ede35a9ef194881
    deleted: sha256:fe371421f3892fdbcde83406bee304310d81bb2c380bffd7bd0a6523123f743c
    untagged: nextcloud/aio-talk@sha256:f2e82f429c12ecd92b6395a094d07a98f727f0dd6ac67198baacb44f790e48bd
    deleted: sha256:dc94d29ff3db52414e79bb4c962cf064a4764d6e95caff856181e5cf05689e8c
    deleted: sha256:92be9b3db2bbda41d49d672a8a4e1909285f074bc885e1b17dc6944a75429750
    deleted: sha256:043be2b885fd0d5ec034ee75f77e160c3567fcbf49c89f66800003d469467b88
    deleted: sha256:cc2412467be3db2ba13fa6c1199f19effbf8e993d96c24cc519eb2b233670a38
    deleted: sha256:6090f7b8cd76a7444ee1fe2a6971e9591c73b7320c0960df72045d315fcf90e0
    deleted: sha256:ad0f5aec32876997b037560a5ef58829d8f946d650bd0c6462c9c55d03305491
    deleted: sha256:176f6abe08b26535d8397a70216515b19955e2816d949d81262390efa361ec49
    deleted: sha256:b24f46ddb38a09d17ce8ed1a1c687fa792fe444b455c655f9a0dacb65679894a
    deleted: sha256:c8e304a39e7732e7d0568403aa64376e61008da05e3920c8be96526d51fb629b
    untagged: nextcloud/aio-imaginary@sha256:4942470538033329590b4a6f85fe29e5774fe8a5e02665041fa6de60f9488e90
    deleted: sha256:6591479316b0506be0266297edf6e51a1f2a8ffff7c7ca299fff0e8737a143ec
    deleted: sha256:b9f50ad25ca68033eea90e4121b4afe0d0814e6c62ca21b141d985eb7aeefd92
    deleted: sha256:cbe12475473d37b769f5e60dfa1fa4777070fd0eb33fd46d8e0194ff46704738
    deleted: sha256:18566925308deccdf6f0b6f8e59de25fd23ba5b0ea6c5445fbd7e5cba22d8da8
    untagged: nextcloud/aio-fulltextsearch@sha256:17740411a99a730ceec26977d751c8fdd9ea3660a515bb96307508c2ecbfc82e
    deleted: sha256:bf1b6fde04a93661bcf21f02a6b2429bdf45af8701f883ee62a616357b34b41b
    deleted: sha256:ffdca13508620d6f61780dbab451e9359e878037c552c7fcb5a28f94f030ead4
    deleted: sha256:bbe4980b7b060c5e5b55736bcb18841da806faa256b6e74f0c2a69a4e9d17c20
    deleted: sha256:84470c490fe5b2633a12d6d23e911858b3708f65554b603998cf4ef56331b6ea
    deleted: sha256:4d4d0763ef790f278601f6e4951ea2a3adb40e9b0062eea9c085d8f6a44de2f6
    deleted: sha256:3c18dd4be440b649510b456501feeb863e30e4f585dcb0bd7a2909723bf9d843
    deleted: sha256:42ee98db8e0147ba574c955d7237931bca40a2c5352b3a494e9d23b4629ba303
    deleted: sha256:19806c10c3338ad168aff51ca76a0b607ca46d6b659aea47b34e816837ec9255
    deleted: sha256:2ff0454fbe5fbb8d7e62b99281b3fc84919917b9d373a5951aff12104bfe2d7f
    deleted: sha256:af4dbb26cb2a66d70a5a7e230e4a07d5f0406eacad3c9ff651330783fe0ec235
    deleted: sha256:a56aa52ccf460293366ee1f1b13d41764b9f3272f300f8752ce0f43f04ca45b0
    untagged: nextcloud/aio-borgbackup@sha256:114ca134ead498633c9791bb16745f4b0cff3acf01f05f4c3511944fee6aecdb
    deleted: sha256:50ac6413ab5227d890be8b7b86576fbae830743441873dc6a1791ae2c34dcea6
    deleted: sha256:97b8e17db2708998dbe8ba7e6354d4a6ef13933feb5e8ceba0db998172bd6ac0
    deleted: sha256:c8d1a4c71121aa21dcbc9f678757cc438c429a4bb8e81c74ada98c5b3823c40a
    untagged: nextcloud/aio-nextcloud@sha256:08b979b0862fb3868d81df75410e61a1539bf5254424758c662b809c6c9f4f4f
    deleted: sha256:5321a71f4124e4ef368157a7e3297b5ba05dcec328b00449cbd4e7ce2b6f22cb
    deleted: sha256:8fc35d0229fb2e939c51897ba8b442eb90012c4da77bf54a725af548c7fa4014
    deleted: sha256:675d505a41ff70b1a9bec1ea4197ddf146f28a83742c160e800f4e11d22955e6
    deleted: sha256:e56a76c2dbd183bd3235a41a795be9bc0e2d2b86a1171e059876ac1b76466eae
    deleted: sha256:1afd1b9ce4cc9220b3495437f3a3614f384a9e10ba0b1f2fd23434cab7c2b23d
    deleted: sha256:f9638509058fa0f41518ebccd49c98a3988dac6088f8a5369aa915fe84c63b37
    deleted: sha256:7a291e9f618f8251a1d7b8cc5ddc60af7459c6f26af79f8f906922fbdd5587b3
    deleted: sha256:504416fc2c9bc915660d3852d69846584a2d25cbd2b0bf4dfa2cf076e8d82036
    deleted: sha256:7cf2c4a552594d0e0c58e05c469bf5c174fe799d242c15ae5026dc0291858fb6
    deleted: sha256:38091f0352f74e3c9165f972fb77fe3e3d25f9aeb2f759586a98793349ae2cad
    deleted: sha256:b5de4450128ef273fe4387a40f9c47be13ce50828ec671604eadbcb11f4c0494
    deleted: sha256:2a35672d8ee26767076dce63c4b18d11bd330d5696efbaa68ed45bd66b08595c
    deleted: sha256:41e17629afbe5c962f6ea40e1d4f357ec835fea510082999c78ab583a22e056e
    deleted: sha256:11f09095b963f65c591f33c16260e475953a51003f3fb7bbdb49b6476cd1d6f9
    deleted: sha256:098e03e06314b378c2df5d6434e8df94c7249ecb60a0254c99427fcfc7009398
    deleted: sha256:2429be0eb5cdd2c91c46dc535dc6bccaf48b930c1f12f2ab14c13dc96e03b0c9
    untagged: nextcloud/aio-notify-push@sha256:a16b7b5f1da21def7dd61cbfdb9e53a1aaa2ceb8ce85d0d7e8fd34c1fe785846
    deleted: sha256:28f2bc5524cda2d3df6fa5dd94c1029ae7abc59e2a813b1ed00a5bf1d0802daa
    deleted: sha256:1b4a03aff31e0d39ec023560aa62a1339589ab51c0104339ed70c18f7cf1cbcf
    deleted: sha256:f8357e66873223d7897fe3936fe649db547b53fe784bcc9c3cd7a043d5d5b2ca
    deleted: sha256:02a3bfa77dce9f355c6ba518fff4666ed0db2c4ef0d97d370b17d915c84c85a6
    untagged: nextcloud/aio-redis@sha256:5c17a1adbf4c7de73fc223141213e7854e15a0d6fbe39dfa78138ee3098b1725
    deleted: sha256:55b86960aeb8ba27769295624c21f2c07f571daeeaaff9f423411b5068a0bd86
    deleted: sha256:26b1f7487fde9fee923ce7ee95a4fac76b7027550f837d99616b72e82e2b8ac1
    deleted: sha256:fa6a13b3c6a9bd3850ef3e6bc80f6991dee8abb25469a2e975ecb143984b59ba
    deleted: sha256:8f965f6f719d24a5463a7933c6f1bbbd629cf6beda62bdfef01abb406951ce22
    deleted: sha256:97e0431ec8df2c996940997ddb4510569429deed3281822da88dc5ca3d9505b5
    deleted: sha256:6fe3654d5738947a316e4ca2bfd72ffbb7cdb6fc80fbd782c2042de295729a7a
    deleted: sha256:c3ce584cdb21055479a6a3cd73b3c41108753258facaaaf2aec263ccc42d6a4a
    deleted: sha256:f1db134e7fa86df79856cd250ee234d3d6a37376c42e347d3207fb85d1c81576
    deleted: sha256:e67cea2ce2a9efd45ff8ef2a52a90b32fdc811ad068aec1547de100d8be6da79
    deleted: sha256:3bd89944f5aaa585cdad5f51ca020751de3248338c33b7d6de6a49ac65c414a5
    untagged: nextcloud/aio-watchtower@sha256:e43c0e0183fbecbfc0105faef36db53a774b690a4e54b84e227728762446a873
    deleted: sha256:53371cd4f8da145f8b22dac0b7af3fbe6e63545bdd5796e0ecfcc6eeb7e818b1
    deleted: sha256:286073530069cb37123397654b40a91d2ad0036a7b7532fe502b2426a20f905a
    deleted: sha256:01fbb169f4d028d58b219f91347f17733684fafc28af2c069ea99feae4125dd8
    deleted: sha256:43b2c2c629c3548969927fac816d25be7e2f3184ebbb281eb784dbd0e4cd4c7e

Total reclaimed space: 3.97GB
++ head -1 /mnt/docker-aio-config/data/daily_backup_time

  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    {"level":"error","ts":1726478131.1516204,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.175","remote_port":"59060","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726478131.20204,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.68.175","remote_port":"59061","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    [Mon Sep 16 17:12:38.519925 2024] [proxy:error] [pid 432:tid 439] (70008)Partial results are valid but processing is incomplete: [client 185.91.69.110:52158] AH01095: prefetch request body failed to 127.0.0.1:8000 (127.0.0.1) from 185.91.69.110 ()
    Daily backup script has started
    Connection to nextcloud-aio-apache (172.18.0.11) 443 port [tcp/https] succeeded!
    Starting mastercontainer update...
    (The script might get exited due to that. In order to update all the other containers correctly, you need to run this script with the same settings a second time.)
    Waiting for watchtower to stop
    Creating daily backup...
    Waiting for backup container to stop
    Waiting for backup container to stop
    Starting and updating containers...
    Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    Connection to nextcloud-aio-nextcloud (172.18.0.8) 9000 port [tcp/*] succeeded!
    Sending backup notification...
    Daily backup script has finished
    Total reclaimed space: 0B
    ++ head -1 /mnt/docker-aio-config/data/daily_backup_time
  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    {"level":"error","ts":1726591212.0031426,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"147.185.132.49","remote_port":"58716","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726591212.2079186,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"147.185.132.49","remote_port":"58730","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    Daily backup script has started
    Connection to nextcloud-aio-apache (172.18.0.11) 443 port [tcp/https] succeeded!
    Starting mastercontainer update...
    (The script might get exited due to that. In order to update all the other containers correctly, you need to run this script with the same settings a second time.)
    Waiting for watchtower to stop
    Creating daily backup...
    Waiting for backup container to stop
    Waiting for backup container to stop
    Starting and updating containers...
    Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    Connection to nextcloud-aio-nextcloud (172.18.0.8) 9000 port [tcp/*] succeeded!
    Sending backup notification...
    Daily backup script has finished
    Total reclaimed space: 0B
    ++ head -1 /mnt/docker-aio-config/data/daily_backup_time
  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    {"level":"error","ts":1726640678.7684128,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"205.210.31.10","remote_port":"58618","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726640678.9973433,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"205.210.31.10","remote_port":"58630","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    Daily backup script has started
    Connection to nextcloud-aio-apache (172.18.0.11) 443 port [tcp/https] succeeded!
    Starting mastercontainer update...
    (The script might get exited due to that. In order to update all the other containers correctly, you need to run this script with the same settings a second time.)
    Waiting for watchtower to stop
    Creating daily backup...
    Waiting for backup container to stop
    Waiting for backup container to stop
    Starting and updating containers...
    Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    Connection to nextcloud-aio-nextcloud (172.18.0.8) 9000 port [tcp/*] succeeded!
    Sending backup notification...
    Daily backup script has finished
    Total reclaimed space: 0B
    ++ head -1 /mnt/docker-aio-config/data/daily_backup_time
  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    Daily backup script has started
    Connection to nextcloud-aio-apache (172.18.0.11) 443 port [tcp/https] succeeded!
    Starting mastercontainer update...
    (The script might get exited due to that. In order to update all the other containers correctly, you need to run this script with the same settings a second time.)
    Waiting for watchtower to stop
    Creating daily backup...
    Waiting for backup container to stop
    Waiting for backup container to stop
    Starting and updating containers...
    Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    Connection to nextcloud-aio-nextcloud (172.18.0.8) 9000 port [tcp/*] succeeded!
    Sending backup notification...
    Daily backup script has finished
    Total reclaimed space: 0B
    ++ head -1 /mnt/docker-aio-config/data/daily_backup_time
  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    {"level":"error","ts":1726859638.74039,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"205.210.31.49","remote_port":"62994","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1726859638.9691532,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"205.210.31.49","remote_port":"63000","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    Daily backup script has started
    Connection to nextcloud-aio-apache (172.18.0.11) 443 port [tcp/https] succeeded!
    Starting mastercontainer update...
    (The script might get exited due to that. In order to update all the other containers correctly, you need to run this script with the same settings a second time.)
    Waiting for watchtower to stop
    Creating daily backup...
    Waiting for backup container to stop
    Waiting for backup container to stop
    Starting and updating containers...
    Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    Connection to nextcloud-aio-nextcloud (172.18.0.8) 9000 port [tcp/*] succeeded!
    Sending backup notification...
    Daily backup script has finished
    Total reclaimed space: 0B
    ++ head -1 /mnt/docker-aio-config/data/daily_backup_time
  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    Initial startup of Nextcloud All-in-One complete!
    You should be able to open the Nextcloud AIO Interface now on port 8080 of this server!
    E.g. https://internal.ip.of.this.server:8080
    ⚠️ Important: do always use an ip-address if you access this port and not a domain as HSTS might block access to it later!

If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatically by opening the Nextcloud AIO Interface via:
https://your-domain-that-points-to-this-server.tld:8443
++ head -1 /mnt/docker-aio-config/data/daily_backup_time

  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    {"level":"info","ts":1726970433.125067,"msg":"using config from file","file":"/Caddyfile"}
    {"level":"info","ts":1726970433.1332319,"msg":"adapted config to JSON","adapter":"caddyfile"}
    [22-Sep-2024 02:00:33] NOTICE: fpm is running, pid 152
    [22-Sep-2024 02:00:33] NOTICE: ready to handle connections
    [Sun Sep 22 02:00:33.186286 2024] [mpm_event:notice] [pid 146:tid 146] AH00489: Apache/2.4.62 (Unix) OpenSSL/3.3.2 configured -- resuming normal operations
    [Sun Sep 22 02:00:33.186339 2024] [core:notice] [pid 146:tid 146] AH00094: Command line: 'httpd -D FOREGROUND'
    Daily backup script has started
    Connection to nextcloud-aio-apache (172.18.0.8) 443 port [tcp/https] succeeded!
    Starting mastercontainer update...
    (The script might get exited due to that. In order to update all the other containers correctly, you need to run this script with the same settings a second time.)
    Waiting for watchtower to stop
    Creating daily backup...
    Waiting for backup container to stop
    Waiting for backup container to stop
    Starting and updating containers...
    Waiting for the Nextcloud container to start
    Connection to nextcloud-aio-nextcloud (172.18.0.8) 9000 port [tcp/*] succeeded!
    Sending backup notification...
    Daily backup script has finished
    Total reclaimed space: 0B
    ++ head -1 /mnt/docker-aio-config/data/daily_backup_time
  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    Daily backup script has started
    Connection to nextcloud-aio-apache (172.18.0.11) 443 port [tcp/https] succeeded!
    Starting mastercontainer update...
    (The script might get exited due to that. In order to update all the other containers correctly, you need to run this script with the same settings a second time.)
    Waiting for watchtower to stop
    Creating daily backup...
    Waiting for backup container to stop
    Waiting for backup container to stop
    Waiting for backup container to stop
    Waiting for backup container to stop
    Starting and updating containers...
    Waiting for the Nextcloud container to start
    Waiting for the Nextcloud container to start
    Connection to nextcloud-aio-nextcloud (172.18.0.8) 9000 port [tcp/*] succeeded!
    Sending backup notification...
    Daily backup script has finished
    Total reclaimed space: 0B
    The drive that hosts the mastercontainer volume has less than 5 GB free space. Container updates and backups might not succeed due to that!
    ++ head -1 /mnt/docker-aio-config/data/daily_backup_time
  • BACKUP_TIME=04:00
  • export BACKUP_TIME
  • export DAILY_BACKUP=1
  • DAILY_BACKUP=1
    ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' automaticUpdatesAreNotEnabled ']'
  • export AUTOMATIC_UPDATES=1
  • AUTOMATIC_UPDATES=1
    ++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time
  • '[' '' '!=' successNotificationsAreNotEnabled ']'
  • export SEND_SUCCESS_NOTIFICATIONS=1
  • SEND_SUCCESS_NOTIFICATIONS=1
  • set +x
    {"level":"error","ts":1727077565.5272567,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.77.180","remote_port":"56302","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1727077565.6267745,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.77.180","remote_port":"56303","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1727077565.678056,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.77.180","remote_port":"56304","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1727077565.7176816,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.77.180","remote_port":"56305","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1727077565.7573795,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.77.180","remote_port":"56306","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1727077565.796979,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.77.180","remote_port":"56307","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1727077565.8354573,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.77.180","remote_port":"56308","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    {"level":"error","ts":1727077565.8746614,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.77.180","remote_port":"56309","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
    [
    {
    "Id": "e1dbb7fc2f7f5a6884f203f1a4d87fa5f00d1dc1978bbf691d4c66fed214ec82",
    "Created": "2024-09-15T04:00:23.958787104Z",
    "Path": "/start.sh",
    "Args": [],
    "State": {
    "Status": "running",
    "Running": true,
    "Paused": false,
    "Restarting": false,
    "OOMKilled": false,
    "Dead": false,
    "Pid": 1724,
    "ExitCode": 0,
    "Error": "",
    "StartedAt": "2024-09-22T02:00:30.0345928Z",
    "FinishedAt": "2024-09-22T02:00:11.606472712Z",
    "Health": {
    "Status": "healthy",
    "FailingStreak": 0,
    "Log": [
    {
    "Start": "2024-09-23T08:16:11.420747011Z",
    "End": "2024-09-23T08:16:11.463475745Z",
    "ExitCode": 0,
    "Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/] succeeded!\nConnection to 127.0.0.1 9000 port [tcp/] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/] succeeded!\n"
    },
    {
    "Start": "2024-09-23T08:16:41.464435923Z",
    "End": "2024-09-23T08:16:41.506118255Z",
    "ExitCode": 0,
    "Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/] succeeded!\nConnection to 127.0.0.1 9000 port [tcp/] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/] succeeded!\n"
    },
    {
    "Start": "2024-09-23T08:17:11.50769529Z",
    "End": "2024-09-23T08:17:11.555996324Z",
    "ExitCode": 0,
    "Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/] succeeded!\nConnection to 127.0.0.1 9000 port [tcp/] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/] succeeded!\n"
    },
    {
    "Start": "2024-09-23T08:17:41.557537382Z",
    "End": "2024-09-23T08:17:41.60999047Z",
    "ExitCode": 0,
    "Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/] succeeded!\nConnection to 127.0.0.1 9000 port [tcp/] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/] succeeded!\n"
    },
    {
    "Start": "2024-09-23T08:18:11.611325204Z",
    "End": "2024-09-23T08:18:11.654527703Z",
    "ExitCode": 0,
    "Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/] succeeded!\nConnection to 127.0.0.1 9000 port [tcp/] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/] succeeded!\n"
    }
    ]
    }
    },
    "Image": "sha256:6c9f92eaaaa94f075c064588243f82f04188662ebe8f11b6c0a5945ff3f5c88d",
    "ResolvConfPath": "/var/lib/docker/containers/e1dbb7fc2f7f5a6884f203f1a4d87fa5f00d1dc1978bbf691d4c66fed214ec82/resolv.conf",
    "HostnamePath": "/var/lib/docker/containers/e1dbb7fc2f7f5a6884f203f1a4d87fa5f00d1dc1978bbf691d4c66fed214ec82/hostname",
    "HostsPath": "/var/lib/docker/containers/e1dbb7fc2f7f5a6884f203f1a4d87fa5f00d1dc1978bbf691d4c66fed214ec82/hosts",
    "LogPath": "/var/lib/docker/containers/e1dbb7fc2f7f5a6884f203f1a4d87fa5f00d1dc1978bbf691d4c66fed214ec82/e1dbb7fc2f7f5a6884f203f1a4d87fa5f00d1dc1978bbf691d4c66fed214ec82-json.log",
    "Name": "/nextcloud-aio-mastercontainer",
    "RestartCount": 0,
    "Driver": "overlay2",
    "Platform": "linux",
    "MountLabel": "",
    "ProcessLabel": "",
    "AppArmorProfile": "docker-default",
    "ExecIDs": null,
    "HostConfig": {
    "Binds": [
    "nextcloud_aio_mastercontainer:/mnt/docker-aio-config",
    "/var/run/docker.sock:/var/run/docker.sock:ro"
    ],
    "ContainerIDFile": "",
    "LogConfig": {
    "Type": "json-file",
    "Config": {}
    },
    "NetworkMode": "bridge",
    "PortBindings": {
    "80/tcp": [
    {
    "HostIp": "",
    "HostPort": "80"
    }
    ],
    "8080/tcp": [
    {
    "HostIp": "",
    "HostPort": "8080"
    }
    ],
    "8443/tcp": [
    {
    "HostIp": "",
    "HostPort": "8443"
    }
    ]
    },
    "RestartPolicy": {
    "Name": "always",
    "MaximumRetryCount": 0
    },
    "AutoRemove": false,
    "VolumeDriver": "",
    "VolumesFrom": null,
    "ConsoleSize": [
    0,
    0
    ],
    "CapAdd": null,
    "CapDrop": null,
    "CgroupnsMode": "private",
    "Dns": [],
    "DnsOptions": [],
    "DnsSearch": [],
    "ExtraHosts": null,
    "GroupAdd": null,
    "IpcMode": "private",
    "Cgroup": "",
    "Links": null,
    "OomScoreAdj": 0,
    "PidMode": "",
    "Privileged": false,
    "PublishAllPorts": false,
    "ReadonlyRootfs": false,
    "SecurityOpt": null,
    "UTSMode": "",
    "UsernsMode": "",
    "ShmSize": 67108864,
    "Runtime": "runc",
    "Isolation": "",
    "CpuShares": 0,
    "Memory": 0,
    "NanoCpus": 0,
    "CgroupParent": "",
    "BlkioWeight": 0,
    "BlkioWeightDevice": [],
    "BlkioDeviceReadBps": [],
    "BlkioDeviceWriteBps": [],
    "BlkioDeviceReadIOps": [],
    "BlkioDeviceWriteIOps": [],
    "CpuPeriod": 0,
    "CpuQuota": 0,
    "CpuRealtimePeriod": 0,
    "CpuRealtimeRuntime": 0,
    "CpusetCpus": "",
    "CpusetMems": "",
    "Devices": [],
    "DeviceCgroupRules": null,
    "DeviceRequests": null,
    "MemoryReservation": 0,
    "MemorySwap": 0,
    "MemorySwappiness": null,
    "OomKillDisable": null,
    "PidsLimit": null,
    "Ulimits": [],
    "CpuCount": 0,
    "CpuPercent": 0,
    "IOMaximumIOps": 0,
    "IOMaximumBandwidth": 0,
    "MaskedPaths": [
    "/proc/asound",
    "/proc/acpi",
    "/proc/kcore",
    "/proc/keys",
    "/proc/latency_stats",
    "/proc/timer_list",
    "/proc/timer_stats",
    "/proc/sched_debug",
    "/proc/scsi",
    "/sys/firmware",
    "/sys/devices/virtual/powercap"
    ],
    "ReadonlyPaths": [
    "/proc/bus",
    "/proc/fs",
    "/proc/irq",
    "/proc/sys",
    "/proc/sysrq-trigger"
    ],
    "Init": true
    },
    "GraphDriver": {
    "Data": {
    "LowerDir": "/var/lib/docker/overlay2/830fc521584672fb8a7536581ed46b0ae3b6e64ee84da9df4dc4d7f4c1a97ba0-init/diff:/var/lib/docker/overlay2/d51ed0347a4fcf4c39abe8650273c423e8f216328380be2a6aea344f8016f2ec/diff:/var/lib/docker/overlay2/c31f04d127803c525c1e10dc75c8c6e9edc13b6f56f3ab4b06e76e3e302883ef/diff:/var/lib/docker/overlay2/1f54aad9d831d02bc6be108347ac6ce384dd3d1b3ca6f7e11d0e0043a0eb4f82/diff:/var/lib/docker/overlay2/daf876628d663d11ca5ac3a3d09496f8a28fe1732275c11f524fa78c4d1006d3/diff:/var/lib/docker/overlay2/225c4defd900f22602ddbd63ef5ce24322cf9e3015fee9ca850bb4aef67e3cd4/diff:/var/lib/docker/overlay2/ba95d38fc7507ca060d3176599ac9dcd9dbb9cdea2d0cc683cb56fd01de019ce/diff:/var/lib/docker/overlay2/3058cbdef3743afec3a34ca0b660e8309bd59a4448f379c8e06c93828af1c3ef/diff:/var/lib/docker/overlay2/c487dfcbc27d6aba94a8d9d040bf9a7edee5d5d5591c0920397fddad99dac715/diff:/var/lib/docker/overlay2/a0a7fc83e2402f5cbc40dc45c362446bb2c106d6736511e1fcc9dcec1a5b0831/diff:/var/lib/docker/overlay2/a81cca95992807d876321eed8b3b4ff0ce58624c541653bdb53b44c6eec42442/diff:/var/lib/docker/overlay2/410ca7493afd7468e700feb03169f88570530da4668fdfd2399e9a49074c4ff2/diff:/var/lib/docker/overlay2/b824a6821c21325bf73cc0674f7ffc98d0d60418e0df77739405d7302fcf8bee/diff:/var/lib/docker/overlay2/c5b8f2da0582255c5bc2bd7f69b4d14a69ad46ac11de10cd5e986fa058288ec9/diff:/var/lib/docker/overlay2/a8004e29ba8bbdcf972a69ad3adedea831373d1d97a3c0788aae777fd77a753f/diff:/var/lib/docker/overlay2/4079f5ae9b857e81d666352a1e19cc5d19fc257034cd8bcb655d023efd4f9f9f/diff:/var/lib/docker/overlay2/5f025afb49db784692da7d566add3113518cef017a40fe51e0210ed4739d603a/diff:/var/lib/docker/overlay2/1c70c32bcee496a1313c6bff5cafab03016e60574fbf8201a762d0aec85b4a6b/diff:/var/lib/docker/overlay2/03dd80bfe9abcf13dd72cf0774a09e130220e856ee2b71bf575caae4717d731c/diff",
    "MergedDir": "/var/lib/docker/overlay2/830fc521584672fb8a7536581ed46b0ae3b6e64ee84da9df4dc4d7f4c1a97ba0/merged",
    "UpperDir": "/var/lib/docker/overlay2/830fc521584672fb8a7536581ed46b0ae3b6e64ee84da9df4dc4d7f4c1a97ba0/diff",
    "WorkDir": "/var/lib/docker/overlay2/830fc521584672fb8a7536581ed46b0ae3b6e64ee84da9df4dc4d7f4c1a97ba0/work"
    },
    "Name": "overlay2"
    },
    "Mounts": [
    {
    "Type": "volume",
    "Name": "nextcloud_aio_mastercontainer",
    "Source": "/var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data",
    "Destination": "/mnt/docker-aio-config",
    "Driver": "local",
    "Mode": "z",
    "RW": true,
    "Propagation": ""
    },
    {
    "Type": "bind",
    "Source": "/var/run/docker.sock",
    "Destination": "/var/run/docker.sock",
    "Mode": "ro",
    "RW": false,
    "Propagation": "rprivate"
    }
    ],
    "Config": {
    "Hostname": "c0445303a708",
    "Domainname": "",
    "User": "root",
    "AttachStdin": false,
    "AttachStdout": true,
    "AttachStderr": true,
    "ExposedPorts": {
    "80/tcp": {},
    "8080/tcp": {},
    "8443/tcp": {},
    "9000/tcp": {}
    },
    "Tty": false,
    "OpenStdin": false,
    "StdinOnce": false,
    "Env": [
    "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
    "PHPIZE_DEPS=autoconf \t\tdpkg-dev dpkg \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkgconf \t\tre2c",
    "PHP_INI_DIR=/usr/local/etc/php",
    "PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64",
    "PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64",
    "PHP_LDFLAGS=-Wl,-O1 -pie",
    "GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA",
    "PHP_VERSION=8.3.11",
    "PHP_URL=https://www.php.net/distributions/php-8.3.11.tar.xz",
    "PHP_ASC_URL=https://www.php.net/distributions/php-8.3.11.tar.xz.asc",
    "PHP_SHA256=b862b098a08ab9bf4b36ed12c7d0d9f65353656b36fb0e3c5344093aceb35802"
    ],
    "Cmd": null,
    "Healthcheck": {
    "Test": [
    "CMD-SHELL",
    "/healthcheck.sh"
    ]
    },
    "Image": "nextcloud/all-in-one:latest",
    "Volumes": null,
    "WorkingDir": "/var/www/docker-aio",
    "Entrypoint": [
    "/start.sh"
    ],
    "OnBuild": null,
    "Labels": {},
    "StopSignal": "SIGQUIT"
    },
    "NetworkSettings": {
    "Bridge": "",
    "SandboxID": "787bb0a6fe693e5bcc39f4794a6eef848e12cf74d6ffac1c18aafdadfa8ed513",
    "SandboxKey": "/var/run/docker/netns/787bb0a6fe69",
    "Ports": {
    "80/tcp": [
    {
    "HostIp": "0.0.0.0",
    "HostPort": "80"
    },
    {
    "HostIp": "::",
    "HostPort": "80"
    }
    ],
    "8080/tcp": [
    {
    "HostIp": "0.0.0.0",
    "HostPort": "8080"
    },
    {
    "HostIp": "::",
    "HostPort": "8080"
    }
    ],
    "8443/tcp": [
    {
    "HostIp": "0.0.0.0",
    "HostPort": "8443"
    },
    {
    "HostIp": "::",
    "HostPort": "8443"
    }
    ],
    "9000/tcp": null
    },
    "HairpinMode": false,
    "LinkLocalIPv6Address": "",
    "LinkLocalIPv6PrefixLen": 0,
    "SecondaryIPAddresses": null,
    "SecondaryIPv6Addresses": null,
    "EndpointID": "",
    "Gateway": "",
    "GlobalIPv6Address": "",
    "GlobalIPv6PrefixLen": 0,
    "IPAddress": "",
    "IPPrefixLen": 0,
    "IPv6Gateway": "",
    "MacAddress": "",
    "Networks": {
    "nextcloud-aio": {
    "IPAMConfig": null,
    "Links": null,
    "Aliases": [
    "c0445303a708"
    ],
    "MacAddress": "02:42:ac:12:00:0a",
    "DriverOpts": null,
    "NetworkID": "fb17ce7f39b0e59d6a5ce23378c5e3837f03aa9c81fe37850cd0549e54658c5c",
    "EndpointID": "d5099e2bc26fd4eb5b84f821919f06370f3d51332bcace069eb6eff263853060",
    "Gateway": "172.18.0.1",
    "IPAddress": "172.18.0.10",
    "IPPrefixLen": 16,
    "IPv6Gateway": "",
    "GlobalIPv6Address": "",
    "GlobalIPv6PrefixLen": 0,
    "DNSNames": [
    "nextcloud-aio-mastercontainer",
    "c0445303a708",
    "e1dbb7fc2f7f"
    ]
    }
    }
    }
    }
    ]

@szaimen
Copy link
Collaborator

szaimen commented Sep 23, 2024

Thanks for the logs! :)

This seems to be your issue:

* {"level":"error","ts":1727077565.796979,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.77.180","remote_port":"56307","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
  {"level":"error","ts":1727077565.8354573,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.77.180","remote_port":"56308","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}
  {"level":"error","ts":1727077565.8746614,"logger":"tls.on_demand","msg":"loading newly-obtained certificate from storage","remote_ip":"89.58.77.180","remote_port":"56309","server_name":"cloud.nerdzoom.media","error":"no matching certificate to load for cloud.nerdzoom.media: decoding certificate metadata: unexpected end of JSON input"}

Can you run sudo docker exec -it nextcloud-aio-mastercontainer bash -c "rm -r /mnt/docker-aio-config/caddy/*"; sudo docker restart nextcloud-aio-mastercontainer and try to reach the aio interface again?

@MariusQuabeck
Copy link
Author

that fixed it! Thanks Simon!

@szaimen
Copy link
Collaborator

szaimen commented Sep 23, 2024

Great to hear! Moving over to discussions then :)

@nextcloud nextcloud locked and limited conversation to collaborators Sep 23, 2024
@szaimen szaimen converted this issue into discussion #5312 Sep 23, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. needs info Not enough information provided
Projects
None yet
Development

No branches or pull requests

2 participants