Aceriz

Members
  • Posts

    205
  • Joined

Everything posted by Aceriz

  1. So if I have understood and interpreted the graphs correctly I think the drive that is causing my issues is the disk 8 in the graphs below. it tanks at the last 1 tb each time in terms of read speed as compared to the other drives. I re tested with the original scanning settings on its own and the same behaviour occurs. When I test it with more frequent testing zones 2% as opposed to the default 10% it plummeted even further in the last TB. to speeds that were in keeping to what I was seeing during the data rebuild and build of the 2nd parity drive. It also appeared to stall at the 98% with it sitting there for 20 min (even with the speed check option unchecked) I note that I tested some of the other drives ex (drive 10) which was showing a bit of early variation in the grouped test in the first graph and it smoothed out on retesting, and disk 9 which paused for some time at 61% finished without issues. Going to run a few more tests on the disk 9 and 10 (at the 2% increments... But thought I would ask mind letting me know your thoughts is it likely the disk 8 in your opinion causing my issues ? before I start a warranty process wanted to ensure I am reading the graphs correctly lol
  2. Okay perfect I will run that once finished. The initial rebuild of the lost drive finished. (but i started up the building of my 2nd parity after I recovered the lost drive. Had been on list of to dues. I have noticed the same behaviour with the building of the second parity drive. When I run Diskspeed what am I looking for specifically ? That way I can perhaps post helpful things here to help with diagnosing any issues
  3. At this point there shouldnt be anything accessing the array. I have had no other computers on the network connecting to it. Not accessing it from my laptop other than to look at the progress page through the browser Is there a way to see if anything else is accessing the array that I might not be aware of?
  4. Hello All, I have attached my diagnostics, and photo below. I had a drive recently fail so purchased a replacement drive. Ran it through 3x preclear with it passing without issues. During the preclear I think it was averaging around 230-240mb/sec. I added the drive to the array to rebuild the failed drive. I noticed initially that the rebuild appeared to be writing at around 250mb/s which was the speed that it appeared to run at while doing the pre-clear. (see graph below) However after a period of time into the rebuild it has slowed right down to like 5-7mb/s. This appeared to fluctuate with times where it spikes up to 125mg/second for a brief period of time. Then again drops down to 5-7mb/sec I am trying to figure out why this is occurring and what I can do to help with process. I have attached a photo of the stats page which shows the performance of the drives over time since the start of the re-build. As I was looking things up online found a number of posts that suggest to ensure VMs and dockers etc are all closed. I had the VMs all off from very early on, and then turned off the dockers 1/2 way through without any significant change or improvement in the speed. rizznetunraid-diagnostics-20230825-0019.zip
  5. SO to round this out so that future people will know how to solve if similar issue, 1. Install Borgmatic a. with the cache host path directed at "/nextcloud_aio_backup_cache/_data/" b. With the Repro drive host path pointed at the correct path Then docker exec -it borgmatic bash then borg break-lock /mnt/borg-repository sudo docker rm nextcloud-aio-borgbackup sudo docker volume rm nextcloud_aio_backup_cache Then reset the master docker and run the backup
  6. from within Terminal when I inspect the folders either the original or the rsync files I do see the file "Lock.roster" and folder "lock.exclusive." when I navigate to the "/var/lib/docker/volumes/nextcloud_aio_backup_cache/_data" there is no files here... is there a way to manually delete the lock ? or replace the lock in the cache file ?
  7. So I was able to install another instance of Borgmatic from within Unraid that stays active .... However I am having difficulty with executing the Borg Break-lock command from within Nextcloud the directory is located at " /mnt/user/Backups/nextcloudaio\ Backup/borg " when I navigate through terminal I see that it is located at "/mnt/user/Backups/nextcloudaio\\\ Backup/borg " When I attempt to run this command docker exec -it borgmatic borg break-lock /mnt/user/Backups/nextcloudaio\\\ Backup/borg I received an error stating " Repository /mnt/user/Backups/nextcloudaio\ Backup/borg does not exist. " In an attempt to help with problemsolving in case the "\\\" or " (space) before Backup" caused issues I did an rsync to a new directory "mnt/user/Backups/BORG-Nextcloudaio/borg " which was successful at copying all the files over on this new directory I still get the error "Repository /var/lib/docker/volumes/nextcloud_aio_backup_cache/_data does not exist"
  8. Okay so I have made some progress where I am decided to just go with the above. This now has the nextcloudaio Mastercontainer starting up. But when I try to run the backup I am getting error ===> Failed to create/acquire the lock /root/.cache/borg/xxxxxxxxxx.lock.exclusive " Failed to create/acquire the lock" and point to a lock.exclusive file in my backup folder. Steps to replicate it: Manually start a backup Additional Info: This started after the above crash that occurred when trying to do the last update for the master container which failed. From within the Mastercontainer Interface I can run the check backup integrity command. Which comes back clean without reported errors. From what I can find it looks like I need to run the borg break-lock Command https://borgbackup.readthedocs.io/en/stable/usage/lock.html#borg-break-lock I can not seem to figure out how to run this in unraid.. as the "nextcloud-aio-borgbackup" docker closes immediately after about 2 second when I attempt to run the backup so not enough time to activate anything... Nor do I really know what the command would be.. is it borg -v break-lock /mnt/user/Backups/nextcloudaio\ Backup/borg ? thanks for help
  9. Hello All, I am hoping to just get some help with my install of nextcloudAIO . Thought it would be best to start a new topic rather than hyjack the old topic that way I can get the collective wisdom to help rather than just rely on the generosity of @szaimen. Have been able to get fairly far I think in solving. everything in my NC -AIO was running until I attempted an update to the master container (through the UI ). Right now I can not load my AIO and am ideally not wanting to do a full re-install as original poster did If I can avoid this. After the update I got the error below showing up in the LOG file for the master container. Trying to fix docker.sock permissions internally... Creating docker group internally with id 281 It seems like you did not attach the 'nextcloud_aio_mastercontainer' volume to the mastercontainer? This is not supported since the built-in backup solution will not work in that case! It seems like you did not attach the 'nextcloud_aio_mastercontainer' volume to the mastercontainer? In a previous posting helping someone else @szaimen indicated that for a similar error ==>"Please change -v /mnt/user/appdata/nextcloud-aio:/mnt/docker-aio-config:rw to -v nextcloud_aio_mastercontainer:/mnt/docker-aio-config:rw " Runninng the command "sudo find /var/lib/docker/volumes -name configuration.json " generates the below /var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data/data/configuration.json @szaimen Had indicated I apologize if it seems like a stupid question but as I am new to Linux I wanted to make sure I understand before I attempt and screw things up further. After much looking online I think for the rsync command suggested I would put in the below in terminal correct ?? rsync -av /mnt/user/appdata/nextcloudaio/ /var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data/ THEN would I have to go into the NC-Master Container template and change the configuration to read at HOST line to: "/var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data/ " Would I keep the "_data" or should it be without it? If it is helpful to post the sudo docker inspect nextcloud-aio-mastercontainer please let me know I appreciate the collective wisdom in what is likely hopefully a simple fix and me just wanting to be cautious before I bork things further lol
  10. sorry if this is a very stupid question but when you say "rsync" the data how would I go about doing that? and when you say with the correct command are you talking about changing the line in the edit configuration at "host path " so that that would read "/var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data" Sorry again in stupid questions...
  11. Runninng the command "sudo find /var/lib/docker/volumes -name configuration.json " generates the below /var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data/data/configuration.json
  12. how did you go about the change . ..
  13. It is something that I would change here ?
  14. Hello Sorry for also hyjacking, everything in my NC -AIO was running until I attempted an update then I also got the error below ==> Trying to fix docker.sock permissions internally... Creating docker group internally with id 281 It seems like you did not attach the 'nextcloud_aio_mastercontainer' volume to the mastercontainer? This is not supported since the built-in backup solution will not work in that case! It seems like you did not attach the 'nextcloud_aio_mastercontainer' volume to the mastercontainer? When you indicate the "Please change -v /mnt/user/appdata/nextcloud-aio:/mnt/docker-aio-config:rw to -v nextcloud_aio_mastercontainer:/mnt/docker-aio-config:rw " how would I go about doing this change ?? Right now I can not load my AIO and am ideally not wanting to do a full re-install as original poster did If I can avoid this. Do I have to change something in the Master Docker Container edit space (below)? or in terminal window. ? If you want me to post my sudo docker inspect nextcloud-aio-mastercontainer am happy to just let me know
  15. I am wondering So if I run in just the regular Unraid boot option that is without the GUI I do land with a command line that appears to allow me to enter username and password in a regular command line. is there a way to initiate a clean shutdown from this. I ask because essentially if I am able to do this without much issue then I might just forgo the UnraidGUI boot. As I do not do much within the built-in GUI on the tower apart from initiating a shutdown once I turn off the VM.
  16. Sorry if there has been confusion when I am talking about he UnraidGUI. I am mentioning the GUI that can be accessed directly from the server when you have a monitor connected to the server directly and the flash is selected to the "unRAID OS GUI Mode" it gives the firefox browser etc.. I have it setup that my system autoboots a VM directly from the PC using my graphics card, then with the onboard from the motherboard I have access to the GUI. I have it setup this way so that when I turn off the VM i have a means to turn off the server etc without leaving the computer or needing to access from other computer
  17. To provide a bit of clarity yes I am using VMs, and have been throughout both on 6.9.2 and even when I log into safemode6.11.1 GUI and the unraidGUI screen works even with using VMs in safe mode Interns of wiring I have my motherboard set to assign my onboard graphics to unraid. then my monitor has two inputs (D-Sub for the GUI from the onboard, and Displayport from my graphics card) Hopefully this makes sense
  18. Hey, So thought I would provide an update see if you have any thoughts about how to problem solve what is now my last issue. As I have now solved the NPM issue, as well as the NextcloudAIO issue. So currently my last issue is : when I restart Unraid 6.11.1 in GUI mode. I am not able to see the Unraid GUI login screen or anything. All that I see is a flashing line in the top Left corner. I am not able to type anything. When I have reset in 6.11.1 Safemode-GUI the GUI does appear to work. In troubleshooting this I attached the diagnostics from Safemode and non safemode 6.11.1 above. What would be the best way to identify why this is occurring? is it to delete progressively each plugin one at a time ?
  19. So as I continue to trouble shoot. What I have done so far. For the Unraid GUI -- I have tried to delete a number of plugins that I thought perhaps might be causing problem. (nvidia, nvidia info, and i dynamix active streams (since its version listed was not recent). this did not appear to fix the unraid GUI issue for the NextcloudAIO issue I think I might have honed in a bit on what might be causing issue. was able to find the following error in a separate log file Configuring Redis as session handler... Setting php max children... The www-data user doesn't seem to have access rights in the datadir. Did you maybe change the datadir and did forget to apply the correct permissions? See https://github.com/nextcloud/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir The found permissions are: 99:100 770 (userID:groupID permissions) but they should be: 33:0 750 (userID:groupID permissions) for the "datadir" I had in the unraid Docker Edit directed this to a share on unraid called "NextcloudAIO" How would I go about changing this in unraid
  20. to check I have added the syslinux configurations for the unraid OS gui mode versus unraid SafeGUI mode. . incase this contributes label unRAID OS GUI Mode menu default kernel /bzimage append initrd=/bzroot,/bzroot-gui isolcpus=11-17,29-35 nomodeset label unRAID OS GUI Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot,/bzroot-gui unraidsafemode
  21. sorry forgot to attached the diagnostics from the last step. rizznetunraid-diagnostics-20221015-1232.zip
  22. Okay so I reset and logged in again on 6.11.1 not in safemode. I am again getting the unraidGUI error where it does not show up. - today I note that I am able to see a blinking line at the top left corner of window. I am not able to type anything into the window or screen. the NPM still appears to be working with reverse proxies. the Nextcloud-AIO appears to still be stalling a the same point. sorry if this is a stupid question.. .So if I am understanding correctly from the past step to this step. it seems that there is a plugin causing issues with the GUI. any idea how to check which it might be?
  23. Okay So at this point I have done the update to 6.11.1 in safemode. I note that the Unraid GUI did work at this point in time. NPM does appear to be working while in safemode I can load into the reverse proxy. Unfortunately now the Nextcloud-AIO does not appear to be working. I have attached the internal logs for Nextcloud-AIO below as well as the diagnostics from while in safemode on 6.11.1. I am going to try a restart that is not in safemode to see what it does for the unraid GUI see if the error there was limited to just the first upgrade attempt last night... Trying to fix docker.sock permissions internally... Creating docker group internally with id 281 [0;92mInitial 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 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[0m 2022-10-15 06:38:13,239 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. {"level":"info","ts":1665815894.3897521,"msg":"using provided configuration","config_file":"/Caddyfile","config_adapter":""} {"level":"warn","ts":1665815894.3917158,"msg":"Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies","adapter":"caddyfile","file":"/Caddyfile","line":2} {"level":"info","ts":1665815894.3923817,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]} {"level":"warn","ts":1665815894.3925698,"logger":"http","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80} {"level":"warn","ts":1665815894.3925798,"logger":"http","msg":"automatic HTTP->HTTPS redirects are disabled","server_name":"srv1"} {"level":"info","ts":1665815894.3926742,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc00092d500"} {"level":"warn","ts":1665815894.3927245,"logger":"tls","msg":"YOUR SERVER MAY BE VULNERABLE TO ABUSE: on-demand TLS is enabled, but no protections are in place","docs":"https://caddyserver.com/docs/automatic-https#on-demand-tls"} {"level":"info","ts":1665815894.392831,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]} {"level":"info","ts":1665815894.3928535,"logger":"http","msg":"enabling HTTP/3 listener","addr":":8443"} {"level":"info","ts":1665815894.3928506,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/mnt/docker-aio-config/caddy/"} {"level":"info","ts":1665815894.392967,"logger":"http.log","msg":"server running","name":"srv1","protocols":["h1","h2","h3"]} {"level":"error","ts":1665815894.392997,"msg":"unable to create folder for config autosave","dir":"/var/www/.config/caddy","error":"mkdir /var/www/.config: permission denied"} {"level":"info","ts":1665815894.393013,"msg":"serving initial configuration"} {"level":"info","ts":1665815894.3932993,"logger":"tls","msg":"finished cleaning storage units"} AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 06:38:14.425824 2022] [ssl:warn] [pid 132] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 06:38:14.425861 2022] [ssl:warn] [pid 132] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 06:38:14.460930 2022] [ssl:warn] [pid 132] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 06:38:14.460946 2022] [ssl:warn] [pid 132] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name [Sat Oct 15 06:38:14.464497 2022] [mpm_prefork:notice] [pid 132] AH00163: Apache/2.4.54 (Debian) PHP/8.0.24 OpenSSL/1.1.1n configured -- resuming normal operations [Sat Oct 15 06:38:14.464512 2022] [core:notice] [pid 132] AH00094: Command line: 'apache2 -D FOREGROUND' 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:17 +0000] "GET /containers HTTP/1.1" 200 3117 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:17 +0000] "GET /containers HTTP/1.1" 200 3117 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:17 +0000] "GET /containers HTTP/1.1" 200 5909 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:17 +0000] "GET /containers HTTP/1.1" 200 5909 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:20 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:20 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:20 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:20 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:20 +0000] "GET /options-form-submit.js HTTP/1.1" 200 735 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:20 +0000] "GET /options-form-submit.js HTTP/1.1" 200 735 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:20 +0000] "GET /options-form-submit.js HTTP/1.1" 200 757 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:20 +0000] "GET /options-form-submit.js HTTP/1.1" 200 757 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:20 +0000] "GET /forms.js HTTP/1.1" 200 1220 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:20 +0000] "GET /forms.js HTTP/1.1" 200 1220 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:20 +0000] "GET /forms.js HTTP/1.1" 200 1242 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:20 +0000] "GET /forms.js HTTP/1.1" 200 1242 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:20 +0000] "GET /before-unload.js HTTP/1.1" 200 473 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:20 +0000] "GET /before-unload.js HTTP/1.1" 200 473 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:20 +0000] "GET /before-unload.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:20 +0000] "GET /before-unload.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:20 +0000] "GET /img/logo.svg HTTP/1.1" 200 618 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:20 +0000] "GET /img/logo.svg HTTP/1.1" 200 618 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:20 +0000] "GET /img/logo.svg HTTP/1.1" 200 640 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:20 +0000] "GET /img/logo.svg HTTP/1.1" 200 640 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:40 +0000] "-" 408 2770 "-" "-" 192.168.0.162 - - [15/Oct/2022:06:44:40 +0000] "-" 408 2770 "-" "-" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:40 +0000] "-" 408 2770 "-" "-" 192.168.0.162 - - [15/Oct/2022:06:44:40 +0000] "-" 408 2770 "-" "-" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:24 +0000] "POST /api/docker/start HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:24 +0000] "POST /api/docker/start HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:24 +0000] "POST /api/docker/start HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:24 +0000] "POST /api/docker/start HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:50 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:50 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:50 +0000] "GET /containers HTTP/1.1" 200 2021 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:50 +0000] "GET /containers HTTP/1.1" 200 2021 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /containers HTTP/1.1" 200 2043 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /containers HTTP/1.1" 200 2043 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:50 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:50 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:50 +0000] "GET /disable-clamav.js HTTP/1.1" 200 493 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:50 +0000] "GET /disable-clamav.js HTTP/1.1" 200 493 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /disable-clamav.js HTTP/1.1" 200 515 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /disable-clamav.js HTTP/1.1" 200 515 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:50 +0000] "GET /disable-collabora.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:50 +0000] "GET /disable-collabora.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /disable-collabora.js HTTP/1.1" 200 517 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /disable-collabora.js HTTP/1.1" 200 517 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:50 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 497 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:50 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 497 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 519 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 519 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:50 +0000] "GET /disable-talk.js HTTP/1.1" 200 492 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:50 +0000] "GET /disable-talk.js HTTP/1.1" 200 492 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /disable-talk.js HTTP/1.1" 200 514 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /disable-talk.js HTTP/1.1" 200 514 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:50 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 535 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:50 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 535 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 3327 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 3327 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:50 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 503 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:50 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 503 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" .2:8080 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 525 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 525 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:50 +0000] "GET /automatic_reload.js HTTP/1.1" 200 680 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:50 +0000] "GET /automatic_reload.js HTTP/1.1" 200 680 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /automatic_reload.js HTTP/1.1" 200 1213 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:50 +0000] "GET /automatic_reload.js HTTP/1.1" 200 1213 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:55 +0000] "GET /containers HTTP/1.1" 200 2022 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:55 +0000] "GET /containers HTTP/1.1" 200 2022 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:55 +0000] "GET /containers HTTP/1.1" 200 2555 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:55 +0000] "GET /containers HTTP/1.1" 200 2555 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:44:56 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:44:56 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:44:56 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:44:56 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:01 +0000] "GET /containers HTTP/1.1" 200 2021 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:01 +0000] "GET /containers HTTP/1.1" 200 2021 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:01 +0000] "GET /containers HTTP/1.1" 200 2043 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:01 +0000] "GET /containers HTTP/1.1" 200 2043 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:01 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:01 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:01 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:01 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:06 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:06 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:06 +0000] "GET /containers HTTP/1.1" 200 2165 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:06 +0000] "GET /containers HTTP/1.1" 200 2165 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:07 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:07 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:07 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:07 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:10 +0000] "-" 408 2770 "-" "-" 192.168.0.162 - - [15/Oct/2022:06:45:10 +0000] "-" 408 2770 "-" "-" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:12 +0000] "GET /containers HTTP/1.1" 200 2018 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:12 +0000] "GET /containers HTTP/1.1" 200 2018 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:12 +0000] "GET /containers HTTP/1.1" 200 2040 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:12 +0000] "GET /containers HTTP/1.1" 200 2040 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:13 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:13 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:13 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:13 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:18 +0000] "GET /containers HTTP/1.1" 200 2018 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:18 +0000] "GET /containers HTTP/1.1" 200 2018 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:18 +0000] "GET /containers HTTP/1.1" 200 2040 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:18 +0000] "GET /containers HTTP/1.1" 200 2040 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:19 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:19 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:19 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:19 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:25 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:25 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:25 +0000] "GET /containers HTTP/1.1" 200 4935 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:25 +0000] "GET /containers HTTP/1.1" 200 4935 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:25 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:25 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:25 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:25 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:51 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:51 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:51 +0000] "GET /containers HTTP/1.1" 200 4935 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:51 +0000] "GET /containers HTTP/1.1" 200 4935 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:52 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:52 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:52 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:52 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:57 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:57 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:57 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:57 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:57 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:57 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:57 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:57 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:59 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:59 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:59 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:59 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:45:59 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:45:59 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:45:59 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:45:59 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:46:01 +0000] "POST /api/docker/stop HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:46:01 +0000] "POST /api/docker/stop HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:46:01 +0000] "POST /api/docker/stop HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:46:01 +0000] "POST /api/docker/stop HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:46:04 +0000] "GET /containers HTTP/1.1" 200 3117 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:46:04 +0000] "GET /containers HTTP/1.1" 200 3117 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:46:04 +0000] "GET /containers HTTP/1.1" 200 5909 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:46:04 +0000] "GET /containers HTTP/1.1" 200 5909 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:46:44 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:46:44 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:46:44 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:46:44 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:46:44 +0000] "GET /containers HTTP/1.1" 200 3116 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:46:44 +0000] "GET /containers HTTP/1.1" 200 3116 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:46:44 +0000] "GET /containers HTTP/1.1" 200 3138 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:46:44 +0000] "GET /containers HTTP/1.1" 200 3138 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:46:44 +0000] "GET /before-unload.js HTTP/1.1" 200 473 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:46:44 +0000] "GET /before-unload.js HTTP/1.1" 200 473 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:46:44 +0000] "GET /before-unload.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:46:44 +0000] "GET /before-unload.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:46:44 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:46:44 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:46:44 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:46:44 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" [0;92mInitial 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 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[0m 2022-10-15 06:50:23,642 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. {"level":"info","ts":1665816624.6845617,"msg":"using provided configuration","config_file":"/Caddyfile","config_adapter":""} {"level":"warn","ts":1665816624.6863477,"msg":"Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies","adapter":"caddyfile","file":"/Caddyfile","line":2} {"level":"info","ts":1665816624.686999,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]} {"level":"warn","ts":1665816624.6871557,"logger":"http","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80} {"level":"warn","ts":1665816624.6871676,"logger":"http","msg":"automatic HTTP->HTTPS redirects are disabled","server_name":"srv1"} {"level":"info","ts":1665816624.6872103,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc000294540"} {"level":"warn","ts":1665816624.6873395,"logger":"tls","msg":"YOUR SERVER MAY BE VULNERABLE TO ABUSE: on-demand TLS is enabled, but no protections are in place","docs":"https://caddyserver.com/docs/automatic-https#on-demand-tls"} {"level":"info","ts":1665816624.687435,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/mnt/docker-aio-config/caddy/"} {"level":"info","ts":1665816624.687457,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]} {"level":"info","ts":1665816624.687483,"logger":"http","msg":"enabling HTTP/3 listener","addr":":8443"} {"level":"info","ts":1665816624.6876013,"logger":"http.log","msg":"server running","name":"srv1","protocols":["h1","h2","h3"]} {"level":"error","ts":1665816624.687636,"msg":"unable to create folder for config autosave","dir":"/var/www/.config/caddy","error":"mkdir /var/www/.config: permission denied"} {"level":"info","ts":1665816624.6876514,"msg":"serving initial configuration"} {"level":"info","ts":1665816624.6877646,"logger":"tls","msg":"finished cleaning storage units"} AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 06:50:24.702205 2022] [ssl:warn] [pid 115] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 06:50:24.702246 2022] [ssl:warn] [pid 115] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 06:50:24.724574 2022] [ssl:warn] [pid 115] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 06:50:24.724589 2022] [ssl:warn] [pid 115] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name [Sat Oct 15 06:50:24.728131 2022] [mpm_prefork:notice] [pid 115] AH00163: Apache/2.4.54 (Debian) PHP/8.0.24 OpenSSL/1.1.1n configured -- resuming normal operations [Sat Oct 15 06:50:24.728148 2022] [core:notice] [pid 115] AH00094: Command line: 'apache2 -D FOREGROUND' 172.19.0.2:8000 localhost - - [15/Oct/2022:06:50:35 +0000] "GET /containers HTTP/1.1" 200 3207 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:50:35 +0000] "GET /containers HTTP/1.1" 200 3207 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:50:35 +0000] "GET /containers HTTP/1.1" 200 5999 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:50:35 +0000] "GET /containers HTTP/1.1" 200 5999 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:50:38 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:50:38 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:50:38 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:50:38 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:50:43 +0000] "GET /containers HTTP/1.1" 200 3206 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:50:43 +0000] "GET /containers HTTP/1.1" 200 3206 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:50:43 +0000] "GET /containers HTTP/1.1" 200 3228 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:50:43 +0000] "GET /containers HTTP/1.1" 200 3228 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:50:43 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:50:43 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:50:43 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:50:43 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:50:43 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:50:43 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:50:43 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:50:43 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:50:45 +0000] "POST /api/docker/start HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:50:45 +0000] "POST /api/docker/start HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:50:45 +0000] "POST /api/docker/start HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:50:45 +0000] "POST /api/docker/start HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:13 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:13 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:13 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:13 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:13 +0000] "GET /containers HTTP/1.1" 200 2021 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:13 +0000] "GET /containers HTTP/1.1" 200 2021 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:13 +0000] "GET /containers HTTP/1.1" 200 2043 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:13 +0000] "GET /containers HTTP/1.1" 200 2043 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:15 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:15 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:15 +0000] "GET /disable-clamav.js HTTP/1.1" 200 493 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:15 +0000] "GET /disable-clamav.js HTTP/1.1" 200 493 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /disable-clamav.js HTTP/1.1" 200 515 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /disable-clamav.js HTTP/1.1" 200 515 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:15 +0000] "GET /automatic_reload.js HTTP/1.1" 200 679 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:15 +0000] "GET /automatic_reload.js HTTP/1.1" 200 679 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /automatic_reload.js HTTP/1.1" 200 701 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /automatic_reload.js HTTP/1.1" 200 701 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:15 +0000] "GET /disable-talk.js HTTP/1.1" 200 492 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:15 +0000] "GET /disable-talk.js HTTP/1.1" 200 492 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /disable-talk.js HTTP/1.1" 200 514 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /disable-talk.js HTTP/1.1" 200 514 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:15 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 503 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:15 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 503 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" .2:8080 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 525 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 525 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:15 +0000] "GET /disable-collabora.js HTTP/1.1" 200 496 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:15 +0000] "GET /disable-collabora.js HTTP/1.1" 200 496 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /disable-collabora.js HTTP/1.1" 200 3288 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /disable-collabora.js HTTP/1.1" 200 3288 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:15 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 535 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:15 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 535 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 1068 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 1068 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:15 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 498 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:15 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 498 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 1031 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:15 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 1031 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:21 +0000] "GET /containers HTTP/1.1" 200 2022 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:21 +0000] "GET /containers HTTP/1.1" 200 2022 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:21 +0000] "GET /containers HTTP/1.1" 200 4814 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:21 +0000] "GET /containers HTTP/1.1" 200 4814 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:22 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:22 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:22 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:22 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:47 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:47 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:47 +0000] "GET /containers HTTP/1.1" 200 4935 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:47 +0000] "GET /containers HTTP/1.1" 200 4935 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:49 +0000] "POST /api/docker/stop HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:49 +0000] "POST /api/docker/stop HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:49 +0000] "POST /api/docker/stop HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:49 +0000] "POST /api/docker/stop HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:51:53 +0000] "GET /containers HTTP/1.1" 200 3117 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:51:53 +0000] "GET /containers HTTP/1.1" 200 3117 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:51:53 +0000] "GET /containers HTTP/1.1" 200 5909 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:51:53 +0000] "GET /containers HTTP/1.1" 200 5909 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:52:30 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:52:30 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:52:30 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:52:30 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:52:31 +0000] "GET /containers HTTP/1.1" 200 3116 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:52:31 +0000] "GET /containers HTTP/1.1" 200 3116 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:52:31 +0000] "GET /containers HTTP/1.1" 200 3138 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:52:31 +0000] "GET /containers HTTP/1.1" 200 3138 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:52:31 +0000] "GET /before-unload.js HTTP/1.1" 200 473 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:52:31 +0000] "GET /before-unload.js HTTP/1.1" 200 473 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:52:31 +0000] "GET /before-unload.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:52:31 +0000] "GET /before-unload.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:06:52:31 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:06:52:31 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:06:52:31 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:06:52:31 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" [0;92mInitial 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 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[0m 2022-10-15 07:01:17,354 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. {"level":"info","ts":1665817278.3990285,"msg":"using provided configuration","config_file":"/Caddyfile","config_adapter":""} {"level":"warn","ts":1665817278.400181,"msg":"Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies","adapter":"caddyfile","file":"/Caddyfile","line":2} {"level":"info","ts":1665817278.401109,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]} {"level":"warn","ts":1665817278.401433,"logger":"http","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80} {"level":"warn","ts":1665817278.4014492,"logger":"http","msg":"automatic HTTP->HTTPS redirects are disabled","server_name":"srv1"} {"level":"info","ts":1665817278.401515,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc00075a000"} {"level":"warn","ts":1665817278.4015977,"logger":"tls","msg":"YOUR SERVER MAY BE VULNERABLE TO ABUSE: on-demand TLS is enabled, but no protections are in place","docs":"https://caddyserver.com/docs/automatic-https#on-demand-tls"} {"level":"info","ts":1665817278.4016697,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/mnt/docker-aio-config/caddy/"} {"level":"info","ts":1665817278.401703,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]} {"level":"info","ts":1665817278.401731,"logger":"http","msg":"enabling HTTP/3 listener","addr":":8443"} {"level":"info","ts":1665817278.4018636,"logger":"http.log","msg":"server running","name":"srv1","protocols":["h1","h2","h3"]} {"level":"error","ts":1665817278.401887,"msg":"unable to create folder for config autosave","dir":"/var/www/.config/caddy","error":"mkdir /var/www/.config: permission denied"} {"level":"info","ts":1665817278.4018939,"msg":"serving initial configuration"} {"level":"info","ts":1665817278.4021215,"logger":"tls","msg":"finished cleaning storage units"} AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 07:01:18.406461 2022] [ssl:warn] [pid 110] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 07:01:18.406505 2022] [ssl:warn] [pid 110] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 07:01:18.428171 2022] [ssl:warn] [pid 110] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 07:01:18.428185 2022] [ssl:warn] [pid 110] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name [Sat Oct 15 07:01:18.431659 2022] [mpm_prefork:notice] [pid 110] AH00163: Apache/2.4.54 (Debian) PHP/8.0.24 OpenSSL/1.1.1n configured -- resuming normal operations [Sat Oct 15 07:01:18.431682 2022] [core:notice] [pid 110] AH00094: Command line: 'apache2 -D FOREGROUND' 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:06 +0000] "GET /containers HTTP/1.1" 200 3207 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:06 +0000] "GET /containers HTTP/1.1" 200 3207 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:03:06 +0000] "GET /containers HTTP/1.1" 200 5999 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:06 +0000] "GET /containers HTTP/1.1" 200 5999 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:09 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:09 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:03:09 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:09 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:12 +0000] "POST /api/docker/start HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:12 +0000] "POST /api/docker/start HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:03:12 +0000] "POST /api/docker/start HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:12 +0000] "POST /api/docker/start HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:49 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:49 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:03:49 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:49 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:49 +0000] "GET /containers HTTP/1.1" 200 2021 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:49 +0000] "GET /containers HTTP/1.1" 200 2021 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:03:49 +0000] "GET /containers HTTP/1.1" 200 2043 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:49 +0000] "GET /containers HTTP/1.1" 200 2043 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:52 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:52 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:52 +0000] "GET /disable-talk.js HTTP/1.1" 200 492 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:52 +0000] "GET /disable-talk.js HTTP/1.1" 200 492 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /disable-talk.js HTTP/1.1" 200 514 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /disable-talk.js HTTP/1.1" 200 514 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:52 +0000] "GET /disable-collabora.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:52 +0000] "GET /disable-collabora.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /disable-collabora.js HTTP/1.1" 200 517 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /disable-collabora.js HTTP/1.1" 200 517 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:52 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 534 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:52 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 534 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 556 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 556 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:52 +0000] "GET /disable-clamav.js HTTP/1.1" 200 493 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:52 +0000] "GET /disable-clamav.js HTTP/1.1" 200 493 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /disable-clamav.js HTTP/1.1" 200 515 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /disable-clamav.js HTTP/1.1" 200 515 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:52 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 503 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:52 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 503 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" .2:8080 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 525 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 525 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:52 +0000] "GET /automatic_reload.js HTTP/1.1" 200 679 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:52 +0000] "GET /automatic_reload.js HTTP/1.1" 200 679 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /automatic_reload.js HTTP/1.1" 200 701 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /automatic_reload.js HTTP/1.1" 200 701 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:03:52 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 498 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:03:52 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 498 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 3290 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:03:52 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 3290 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:04:08 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:04:08 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:04:08 +0000] "GET /containers HTTP/1.1" 200 4935 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:04:08 +0000] "GET /containers HTTP/1.1" 200 4935 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:04:09 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:04:09 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:04:09 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:04:09 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:04:12 +0000] "-" 408 2770 "-" "-" 192.168.0.162 - - [15/Oct/2022:07:04:12 +0000] "-" 408 2770 "-" "-" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:04:12 +0000] "-" 408 2770 "-" "-" 192.168.0.162 - - [15/Oct/2022:07:04:12 +0000] "-" 408 2770 "-" "-" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:04:12 +0000] "-" 408 2770 "-" "-" 192.168.0.162 - - [15/Oct/2022:07:04:12 +0000] "-" 408 2770 "-" "-" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:04:11 +0000] "POST /api/docker/stop HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:04:11 +0000] "POST /api/docker/stop HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:04:11 +0000] "POST /api/docker/stop HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:04:11 +0000] "POST /api/docker/stop HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:04:14 +0000] "GET /containers HTTP/1.1" 200 3117 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:04:14 +0000] "GET /containers HTTP/1.1" 200 3117 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:04:14 +0000] "GET /containers HTTP/1.1" 200 5909 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:04:14 +0000] "GET /containers HTTP/1.1" 200 5909 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:04:55 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:04:55 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:04:55 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:04:55 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:04:55 +0000] "GET /containers HTTP/1.1" 200 3116 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:04:55 +0000] "GET /containers HTTP/1.1" 200 3116 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:04:55 +0000] "GET /containers HTTP/1.1" 200 3138 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:04:55 +0000] "GET /containers HTTP/1.1" 200 3138 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:04:56 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:04:56 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:04:56 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:04:56 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:04:56 +0000] "GET /before-unload.js HTTP/1.1" 200 473 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:04:56 +0000] "GET /before-unload.js HTTP/1.1" 200 473 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:04:56 +0000] "GET /before-unload.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:04:56 +0000] "GET /before-unload.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:04:56 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:04:56 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:04:56 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:04:56 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:18 +0000] "POST /api/docker/start HTTP/1.1" 201 357 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:18 +0000] "POST /api/docker/start HTTP/1.1" 201 357 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:18 +0000] "POST /api/docker/start HTTP/1.1" 201 3149 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:18 +0000] "POST /api/docker/start HTTP/1.1" 201 3149 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:42 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:42 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:42 +0000] "GET /containers HTTP/1.1" 200 2021 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:42 +0000] "GET /containers HTTP/1.1" 200 2021 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /containers HTTP/1.1" 200 2043 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /containers HTTP/1.1" 200 2043 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:42 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:42 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:42 +0000] "GET /disable-clamav.js HTTP/1.1" 200 493 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:42 +0000] "GET /disable-clamav.js HTTP/1.1" 200 493 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /disable-clamav.js HTTP/1.1" 200 515 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /disable-clamav.js HTTP/1.1" 200 515 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:42 +0000] "GET /disable-collabora.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:42 +0000] "GET /disable-collabora.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /disable-collabora.js HTTP/1.1" 200 517 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /disable-collabora.js HTTP/1.1" 200 517 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:42 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 497 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:42 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 497 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 519 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 519 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:42 +0000] "GET /disable-talk.js HTTP/1.1" 200 492 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:42 +0000] "GET /disable-talk.js HTTP/1.1" 200 492 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /disable-talk.js HTTP/1.1" 200 514 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /disable-talk.js HTTP/1.1" 200 514 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:42 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 534 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:42 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 534 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 556 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 556 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:42 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 504 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:42 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 504 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 3296 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 3296 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:42 +0000] "GET /automatic_reload.js HTTP/1.1" 200 680 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:42 +0000] "GET /automatic_reload.js HTTP/1.1" 200 680 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /automatic_reload.js HTTP/1.1" 200 1213 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:42 +0000] "GET /automatic_reload.js HTTP/1.1" 200 1213 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:47 +0000] "GET /containers HTTP/1.1" 200 2022 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:47 +0000] "GET /containers HTTP/1.1" 200 2022 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:47 +0000] "GET /containers HTTP/1.1" 200 4814 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:47 +0000] "GET /containers HTTP/1.1" 200 4814 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:48 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:48 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:48 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:48 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:48 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:48 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:48 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:48 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:53 +0000] "GET /containers HTTP/1.1" 200 2022 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:53 +0000] "GET /containers HTTP/1.1" 200 2022 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:53 +0000] "GET /containers HTTP/1.1" 200 4814 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:53 +0000] "GET /containers HTTP/1.1" 200 4814 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:53 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:53 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:53 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:53 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:53 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:53 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:53 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:53 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:58 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:58 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:58 +0000] "GET /containers HTTP/1.1" 200 2165 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:58 +0000] "GET /containers HTTP/1.1" 200 2165 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:59 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:59 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:59 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:59 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:10:59 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:10:59 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:10:59 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:10:59 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:11:02 +0000] "-" 408 511 "-" "-" 192.168.0.162 - - [15/Oct/2022:07:11:02 +0000] "-" 408 511 "-" "-" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:11:04 +0000] "GET /containers HTTP/1.1" 200 2018 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:11:04 +0000] "GET /containers HTTP/1.1" 200 2018 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:11:04 +0000] "GET /containers HTTP/1.1" 200 2040 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:11:04 +0000] "GET /containers HTTP/1.1" 200 2040 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:11:05 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:11:05 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:11:05 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:11:05 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:11:05 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:11:05 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:11:05 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:11:05 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:11:10 +0000] "GET /containers HTTP/1.1" 200 2018 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:11:10 +0000] "GET /containers HTTP/1.1" 200 2018 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:11:10 +0000] "GET /containers HTTP/1.1" 200 2040 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:11:10 +0000] "GET /containers HTTP/1.1" 200 2040 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:11:11 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:11:11 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:11:11 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:11:11 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:11:11 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:11:11 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:11:11 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:11:11 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:11:17 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:11:17 +0000] "GET /containers HTTP/1.1" 200 2143 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:11:17 +0000] "GET /containers HTTP/1.1" 200 4935 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:11:17 +0000] "GET /containers HTTP/1.1" 200 4935 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:11:17 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:11:17 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:11:17 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:11:17 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:11:17 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:11:17 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:11:17 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:11:17 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:09 +0000] "GET /containers HTTP/1.1" 200 2143 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:09 +0000] "GET /containers HTTP/1.1" 200 2143 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:09 +0000] "GET /containers HTTP/1.1" 200 4935 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:09 +0000] "GET /containers HTTP/1.1" 200 4935 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:12 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:12 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:12 +0000] "GET /forms.js HTTP/1.1" 200 1220 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:12 +0000] "GET /forms.js HTTP/1.1" 200 1220 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /forms.js HTTP/1.1" 200 1242 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /forms.js HTTP/1.1" 200 1242 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:12 +0000] "GET /disable-talk.js HTTP/1.1" 200 492 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:12 +0000] "GET /disable-talk.js HTTP/1.1" 200 492 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /disable-talk.js HTTP/1.1" 200 514 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /disable-talk.js HTTP/1.1" 200 514 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:12 +0000] "GET /disable-clamav.js HTTP/1.1" 200 493 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:12 +0000] "GET /disable-clamav.js HTTP/1.1" 200 493 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /disable-clamav.js HTTP/1.1" 200 515 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /disable-clamav.js HTTP/1.1" 200 515 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:12 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 504 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:12 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 504 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 3296 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 3296 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:12 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 497 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:12 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 497 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 519 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 519 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:12 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 535 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:12 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 535 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 1068 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 1068 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:12 +0000] "GET /options-form-submit.js HTTP/1.1" 200 736 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:12 +0000] "GET /options-form-submit.js HTTP/1.1" 200 736 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /options-form-submit.js HTTP/1.1" 200 3528 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /options-form-submit.js HTTP/1.1" 200 3528 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:12 +0000] "GET /img/logo.svg HTTP/1.1" 200 618 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:12 +0000] "GET /img/logo.svg HTTP/1.1" 200 618 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /img/logo.svg HTTP/1.1" 200 640 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /img/logo.svg HTTP/1.1" 200 640 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:12 +0000] "GET /automatic_reload.js HTTP/1.1" 200 680 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:12 +0000] "GET /automatic_reload.js HTTP/1.1" 200 680 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /automatic_reload.js HTTP/1.1" 200 1213 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /automatic_reload.js HTTP/1.1" 200 1213 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:13 +0000] "GET /disable-collabora.js HTTP/1.1" 200 496 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:13 +0000] "GET /disable-collabora.js HTTP/1.1" 200 496 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /disable-collabora.js HTTP/1.1" 200 3288 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:12 +0000] "GET /disable-collabora.js HTTP/1.1" 200 3288 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:19:15 +0000] "POST /api/docker/stop HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:19:15 +0000] "POST /api/docker/stop HTTP/1.1" 201 356 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:19:15 +0000] "POST /api/docker/stop HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:19:15 +0000] "POST /api/docker/stop HTTP/1.1" 201 378 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:23:24 +0000] "GET /api/docker/logs?id=nextcloud-aio-mastercontainer HTTP/1.1" 200 7060 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:23:24 +0000] "GET /api/docker/logs?id=nextcloud-aio-mastercontainer HTTP/1.1" 200 7060 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:23:24 +0000] "GET /api/docker/logs?id=nextcloud-aio-mastercontainer HTTP/1.1" 200 9852 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:23:24 +0000] "GET /api/docker/logs?id=nextcloud-aio-mastercontainer HTTP/1.1" 200 9852 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" [0;92mInitial 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 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[0m 2022-10-15 07:39:14,034 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. {"level":"info","ts":1665819555.2181208,"msg":"using provided configuration","config_file":"/Caddyfile","config_adapter":""} {"level":"warn","ts":1665819555.2190704,"msg":"Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies","adapter":"caddyfile","file":"/Caddyfile","line":2} {"level":"info","ts":1665819555.2197216,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]} {"level":"warn","ts":1665819555.2198985,"logger":"http","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80} {"level":"warn","ts":1665819555.2199106,"logger":"http","msg":"automatic HTTP->HTTPS redirects are disabled","server_name":"srv1"} {"level":"info","ts":1665819555.219978,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc0003bb490"} {"level":"warn","ts":1665819555.2200885,"logger":"tls","msg":"YOUR SERVER MAY BE VULNERABLE TO ABUSE: on-demand TLS is enabled, but no protections are in place","docs":"https://caddyserver.com/docs/automatic-https#on-demand-tls"} {"level":"info","ts":1665819555.2201638,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/mnt/docker-aio-config/caddy/"} {"level":"info","ts":1665819555.2201884,"logger":"http","msg":"enabling HTTP/3 listener","addr":":8443"} {"level":"info","ts":1665819555.2203417,"logger":"http.log","msg":"server running","name":"srv1","protocols":["h1","h2","h3"]} {"level":"info","ts":1665819555.220388,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]} {"level":"info","ts":1665819555.220415,"logger":"tls","msg":"finished cleaning storage units"} {"level":"error","ts":1665819555.2204351,"msg":"unable to create folder for config autosave","dir":"/var/www/.config/caddy","error":"mkdir /var/www/.config: permission denied"} {"level":"info","ts":1665819555.2204447,"msg":"serving initial configuration"} AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 07:39:15.390799 2022] [ssl:warn] [pid 113] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 07:39:15.390842 2022] [ssl:warn] [pid 113] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 07:39:15.507182 2022] [ssl:warn] [pid 113] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 07:39:15.507199 2022] [ssl:warn] [pid 113] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name [Sat Oct 15 07:39:15.509476 2022] [mpm_prefork:notice] [pid 113] AH00163: Apache/2.4.54 (Debian) PHP/8.0.24 OpenSSL/1.1.1n configured -- resuming normal operations [Sat Oct 15 07:39:15.509489 2022] [core:notice] [pid 113] AH00094: Command line: 'apache2 -D FOREGROUND' 172.19.0.2:8000 localhost - - [15/Oct/2022:07:43:08 +0000] "GET /containers HTTP/1.1" 302 419 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:43:08 +0000] "GET /containers HTTP/1.1" 302 419 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /containers HTTP/1.1" 302 3211 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /containers HTTP/1.1" 302 3211 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:43:08 +0000] "GET / HTTP/1.1" 302 359 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:43:08 +0000] "GET / HTTP/1.1" 302 359 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET / HTTP/1.1" 302 381 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET / HTTP/1.1" 302 381 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:43:08 +0000] "GET /login HTTP/1.1" 200 793 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:43:08 +0000] "GET /login HTTP/1.1" 200 793 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /login HTTP/1.1" 200 815 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /login HTTP/1.1" 200 815 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:43:08 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:43:08 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:43:08 +0000] "GET /forms.js HTTP/1.1" 200 1220 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:43:08 +0000] "GET /forms.js HTTP/1.1" 200 1220 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /forms.js HTTP/1.1" 200 1242 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /forms.js HTTP/1.1" 200 1242 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:43:08 +0000] "GET /options-form-submit.js HTTP/1.1" 200 735 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:43:08 +0000] "GET /options-form-submit.js HTTP/1.1" 200 735 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /options-form-submit.js HTTP/1.1" 200 757 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /options-form-submit.js HTTP/1.1" 200 757 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:43:08 +0000] "GET /img/logo-blue.svg HTTP/1.1" 200 10519 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:43:08 +0000] "GET /img/logo-blue.svg HTTP/1.1" 200 10519 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /img/logo-blue.svg HTTP/1.1" 200 10585 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /img/logo-blue.svg HTTP/1.1" 200 10585 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:43:08 +0000] "GET /img/background.png HTTP/1.1" 200 9908 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:43:08 +0000] "GET /img/background.png HTTP/1.1" 200 9908 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /img/background.png HTTP/1.1" 200 12744 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:43:08 +0000] "GET /img/background.png HTTP/1.1" 200 12744 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:43:29 +0000] "GET / HTTP/1.1" 302 360 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:43:29 +0000] "GET / HTTP/1.1" 302 360 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:43:29 +0000] "GET / HTTP/1.1" 302 3152 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:43:29 +0000] "GET / HTTP/1.1" 302 3152 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:43:29 +0000] "GET /login HTTP/1.1" 200 793 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:43:29 +0000] "GET /login HTTP/1.1" 200 793 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:43:29 +0000] "GET /login HTTP/1.1" 200 815 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:43:29 +0000] "GET /login HTTP/1.1" 200 815 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:07:43:29 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:07:43:29 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:07:43:29 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:07:43:29 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" [0;92mInitial 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 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[0m 2022-10-15 17:46:46,272 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. {"level":"info","ts":1665856007.4567657,"msg":"using provided configuration","config_file":"/Caddyfile","config_adapter":""} {"level":"warn","ts":1665856007.4577072,"msg":"Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies","adapter":"caddyfile","file":"/Caddyfile","line":2} {"level":"info","ts":1665856007.4583366,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//[::1]:2019","//127.0.0.1:2019","//localhost:2019"]} {"level":"warn","ts":1665856007.45848,"logger":"http","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80} {"level":"warn","ts":1665856007.4584894,"logger":"http","msg":"automatic HTTP->HTTPS redirects are disabled","server_name":"srv1"} {"level":"info","ts":1665856007.4585645,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc000905960"} {"level":"warn","ts":1665856007.4591289,"logger":"tls","msg":"YOUR SERVER MAY BE VULNERABLE TO ABUSE: on-demand TLS is enabled, but no protections are in place","docs":"https://caddyserver.com/docs/automatic-https#on-demand-tls"} {"level":"info","ts":1665856007.4594398,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/mnt/docker-aio-config/caddy/"} {"level":"info","ts":1665856007.45969,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]} {"level":"info","ts":1665856007.459767,"logger":"http","msg":"enabling HTTP/3 listener","addr":":8443"} {"level":"info","ts":1665856007.4598408,"logger":"tls","msg":"finished cleaning storage units"} {"level":"info","ts":1665856007.4599845,"logger":"http.log","msg":"server running","name":"srv1","protocols":["h1","h2","h3"]} {"level":"error","ts":1665856007.4600549,"msg":"unable to create folder for config autosave","dir":"/var/www/.config/caddy","error":"mkdir /var/www/.config: permission denied"} {"level":"info","ts":1665856007.460066,"msg":"serving initial configuration"} AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 17:46:47.544436 2022] [ssl:warn] [pid 108] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 17:46:47.544475 2022] [ssl:warn] [pid 108] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 17:46:47.578804 2022] [ssl:warn] [pid 108] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 17:46:47.578820 2022] [ssl:warn] [pid 108] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name [Sat Oct 15 17:46:47.581386 2022] [mpm_prefork:notice] [pid 108] AH00163: Apache/2.4.54 (Debian) PHP/8.0.24 OpenSSL/1.1.1n configured -- resuming normal operations [Sat Oct 15 17:46:47.581401 2022] [core:notice] [pid 108] AH00094: Command line: 'apache2 -D FOREGROUND' [0;92mInitial 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 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[0m 2022-10-15 18:11:03,864 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. {"level":"info","ts":1665857465.04017,"msg":"using provided configuration","config_file":"/Caddyfile","config_adapter":""} {"level":"warn","ts":1665857465.0410528,"msg":"Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies","adapter":"caddyfile","file":"/Caddyfile","line":2} {"level":"info","ts":1665857465.0416412,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]} {"level":"warn","ts":1665857465.0417767,"logger":"http","msg":"automatic HTTP->HTTPS redirects are disabled","server_name":"srv1"} {"level":"warn","ts":1665857465.0417843,"logger":"http","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80} {"level":"info","ts":1665857465.0418484,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc0009bf490"} {"level":"warn","ts":1665857465.041888,"logger":"tls","msg":"YOUR SERVER MAY BE VULNERABLE TO ABUSE: on-demand TLS is enabled, but no protections are in place","docs":"https://caddyserver.com/docs/automatic-https#on-demand-tls"} {"level":"info","ts":1665857465.0419679,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]} {"level":"info","ts":1665857465.0419931,"logger":"http","msg":"enabling HTTP/3 listener","addr":":8443"} {"level":"info","ts":1665857465.0419931,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/mnt/docker-aio-config/caddy/"} {"level":"info","ts":1665857465.0421078,"logger":"http.log","msg":"server running","name":"srv1","protocols":["h1","h2","h3"]} {"level":"error","ts":1665857465.0421503,"msg":"unable to create folder for config autosave","dir":"/var/www/.config/caddy","error":"mkdir /var/www/.config: permission denied"} {"level":"info","ts":1665857465.042162,"msg":"serving initial configuration"} {"level":"info","ts":1665857465.0422273,"logger":"tls","msg":"finished cleaning storage units"} AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 18:11:05.281340 2022] [ssl:warn] [pid 108] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 18:11:05.281383 2022] [ssl:warn] [pid 108] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 18:11:05.329302 2022] [ssl:warn] [pid 108] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 18:11:05.329318 2022] [ssl:warn] [pid 108] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name [Sat Oct 15 18:11:05.331594 2022] [mpm_prefork:notice] [pid 108] AH00163: Apache/2.4.54 (Debian) PHP/8.0.24 OpenSSL/1.1.1n configured -- resuming normal operations [Sat Oct 15 18:11:05.331613 2022] [core:notice] [pid 108] AH00094: Command line: 'apache2 -D FOREGROUND' [0;92mInitial 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 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[0m 2022-10-15 18:58:02,084 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. {"level":"info","ts":1665860283.267089,"msg":"using provided configuration","config_file":"/Caddyfile","config_adapter":""} {"level":"warn","ts":1665860283.2701333,"msg":"Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies","adapter":"caddyfile","file":"/Caddyfile","line":2} {"level":"info","ts":1665860283.2710521,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//127.0.0.1:2019","//localhost:2019","//[::1]:2019"]} {"level":"warn","ts":1665860283.271315,"logger":"http","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80} {"level":"warn","ts":1665860283.271329,"logger":"http","msg":"automatic HTTP->HTTPS redirects are disabled","server_name":"srv1"} {"level":"info","ts":1665860283.2713993,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc00087e7e0"} {"level":"warn","ts":1665860283.271553,"logger":"tls","msg":"YOUR SERVER MAY BE VULNERABLE TO ABUSE: on-demand TLS is enabled, but no protections are in place","docs":"https://caddyserver.com/docs/automatic-https#on-demand-tls"} {"level":"info","ts":1665860283.271649,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]} {"level":"info","ts":1665860283.2716537,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/mnt/docker-aio-config/caddy/"} {"level":"info","ts":1665860283.2716725,"logger":"http","msg":"enabling HTTP/3 listener","addr":":8443"} {"level":"info","ts":1665860283.271817,"logger":"http.log","msg":"server running","name":"srv1","protocols":["h1","h2","h3"]} {"level":"error","ts":1665860283.2718515,"msg":"unable to create folder for config autosave","dir":"/var/www/.config/caddy","error":"mkdir /var/www/.config: permission denied"} {"level":"info","ts":1665860283.2718756,"msg":"serving initial configuration"} {"level":"info","ts":1665860283.2722547,"logger":"tls","msg":"finished cleaning storage units"} AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 18:58:03.360661 2022] [ssl:warn] [pid 114] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 18:58:03.360705 2022] [ssl:warn] [pid 114] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message [Sat Oct 15 18:58:03.416472 2022] [ssl:warn] [pid 114] AH01906: 172.19.0.2:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sat Oct 15 18:58:03.416489 2022] [ssl:warn] [pid 114] AH01909: 172.19.0.2:8080:0 server certificate does NOT include an ID which matches the server name [Sat Oct 15 18:58:03.419937 2022] [mpm_prefork:notice] [pid 114] AH00163: Apache/2.4.54 (Debian) PHP/8.0.24 OpenSSL/1.1.1n configured -- resuming normal operations [Sat Oct 15 18:58:03.419957 2022] [core:notice] [pid 114] AH00094: Command line: 'apache2 -D FOREGROUND' 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:15 +0000] "GET /containers HTTP/1.1" 302 419 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:15 +0000] "GET /containers HTTP/1.1" 302 419 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /containers HTTP/1.1" 302 3211 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /containers HTTP/1.1" 302 3211 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:15 +0000] "GET / HTTP/1.1" 302 359 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:15 +0000] "GET / HTTP/1.1" 302 359 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET / HTTP/1.1" 302 381 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET / HTTP/1.1" 302 381 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:15 +0000] "GET /login HTTP/1.1" 200 876 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:15 +0000] "GET /login HTTP/1.1" 200 876 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /login HTTP/1.1" 200 898 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /login HTTP/1.1" 200 898 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:15 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:15 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:15 +0000] "GET /forms.js HTTP/1.1" 200 1220 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:15 +0000] "GET /forms.js HTTP/1.1" 200 1220 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /forms.js HTTP/1.1" 200 1242 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /forms.js HTTP/1.1" 200 1242 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:15 +0000] "GET /options-form-submit.js HTTP/1.1" 200 735 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:15 +0000] "GET /options-form-submit.js HTTP/1.1" 200 735 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /options-form-submit.js HTTP/1.1" 200 757 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /options-form-submit.js HTTP/1.1" 200 757 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:15 +0000] "GET /img/logo-blue.svg HTTP/1.1" 200 10519 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:15 +0000] "GET /img/logo-blue.svg HTTP/1.1" 200 10519 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /img/logo-blue.svg HTTP/1.1" 200 10585 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /img/logo-blue.svg HTTP/1.1" 200 10585 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:15 +0000] "GET /img/background.png HTTP/1.1" 200 9908 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:15 +0000] "GET /img/background.png HTTP/1.1" 200 9908 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /img/background.png HTTP/1.1" 200 12744 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:15 +0000] "GET /img/background.png HTTP/1.1" 200 12744 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:21 +0000] "POST /api/auth/login HTTP/1.1" 302 355 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:21 +0000] "POST /api/auth/login HTTP/1.1" 302 355 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:21 +0000] "POST /api/auth/login HTTP/1.1" 302 3147 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:21 +0000] "POST /api/auth/login HTTP/1.1" 302 3147 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:21 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:21 +0000] "GET / HTTP/1.1" 302 364 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:21 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:21 +0000] "GET / HTTP/1.1" 302 386 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" Deleting duplicate sessions ++ ls -t /mnt/docker-aio-config/session/ ++ tail -1 + OLDEST_FILE=sess_3ef51336c713f972973c1cb0b78c8557 + rm /mnt/docker-aio-config/session/sess_3ef51336c713f972973c1cb0b78c8557 + set +x 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:21 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:21 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:21 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:21 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:24 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:24 +0000] "GET /style.css HTTP/1.1" 200 1650 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /style.css HTTP/1.1" 200 1672 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:24 +0000] "GET /disable-clamav.js HTTP/1.1" 200 493 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:24 +0000] "GET /disable-clamav.js HTTP/1.1" 200 493 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /disable-clamav.js HTTP/1.1" 200 515 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /disable-clamav.js HTTP/1.1" 200 515 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:24 +0000] "GET /disable-talk.js HTTP/1.1" 200 492 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:24 +0000] "GET /disable-talk.js HTTP/1.1" 200 492 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /disable-talk.js HTTP/1.1" 200 514 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /disable-talk.js HTTP/1.1" 200 514 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:24 +0000] "GET /disable-collabora.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:24 +0000] "GET /disable-collabora.js HTTP/1.1" 200 495 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /disable-collabora.js HTTP/1.1" 200 517 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /disable-collabora.js HTTP/1.1" 200 517 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:24 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 534 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:24 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 534 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 556 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /disable-onlyoffice.js HTTP/1.1" 200 556 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:24 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 497 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:24 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 497 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 519 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /disable-imaginary.js HTTP/1.1" 200 519 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:24 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 503 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:24 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 503 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" .2:8080 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 525 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /disable-fulltextsearch.js HTTP/1.1" 200 525 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:24 +0000] "GET /automatic_reload.js HTTP/1.1" 200 679 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:24 +0000] "GET /automatic_reload.js HTTP/1.1" 200 679 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /automatic_reload.js HTTP/1.1" 200 701 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:24 +0000] "GET /automatic_reload.js HTTP/1.1" 200 701 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:25 +0000] "GET /img/logo.svg HTTP/1.1" 200 618 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:25 +0000] "GET /img/logo.svg HTTP/1.1" 200 618 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:25 +0000] "GET /img/logo.svg HTTP/1.1" 200 640 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:25 +0000] "GET /img/logo.svg HTTP/1.1" 200 640 "https://192.168.0.21:8080/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:30 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:30 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:30 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:30 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:30 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:30 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:30 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:30 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:35 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:35 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:35 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:35 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:36 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:36 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:36 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:36 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:41 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:41 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:41 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:41 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:42 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:42 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:42 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:42 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:47 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:47 +0000] "GET /containers HTTP/1.1" 200 2142 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:47 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:47 +0000] "GET /containers HTTP/1.1" 200 2164 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8000 localhost - - [15/Oct/2022:19:00:47 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" localhost - - [15/Oct/2022:19:00:47 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 172.19.0.2:8080 192.168.0.162 - - [15/Oct/2022:19:00:47 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 192.168.0.162 - - [15/Oct/2022:19:00:47 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://192.168.0.21:8080/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" rizznetunraid-diagnostics-20221015-1207.zip
  24. Okay further update to the troubleshooting. So I think I am back up and running to a fully functional status on 6.9.2. To get the NPM back up and working I had to remove NPM from the docker page and then re-install. This appeared to fix allowing me to connect to the NPM admin page again with the appdata still holding all of my certs etc. luckily didn't have to even go through re-install of that. Next step I am going to take is to run the update assistant again. then I will update again to 6.11.1 and force the first boot into safemode as suggested. I will grab diagnostics from this stage so we can trouble shoot what is happening there.
  25. So part one of the trouble shooting today. I have booted into safe mode on 6.9.2 first. I continue to have the issue now with NPM which I am not sure why it is occurring. I have attached diagnostic from safemode while on 6.9.2. First... I will shortly look to update to 6.11.1 and do the same. Not sure why NPM is not working, might look to re-install it see if this helps to address the issue I am having. rizznetunraid-diagnostics-20221015-1057.zip