Skip to content

Instantly share code, notes, and snippets.

@chrisglass
Created July 21, 2018 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisglass/d8469d75a41a76e64032d111b571307b to your computer and use it in GitHub Desktop.
Save chrisglass/d8469d75a41a76e64032d111b571307b to your computer and use it in GitHub Desktop.
With home protection turned off
ubuntu@web-caddy-1:/home/caddy$ ls -alih
total 26M
261382 drwxr-xr-x 4 www-data www-data 4.0K Jul 21 07:58 .
1613 drwxr-xr-x 4 root root 4.0K Jul 21 07:54 ..
261384 -rw-r--r-- 1 www-data www-data 220 Apr 4 18:30 .bash_logout
261385 -rw-r--r-- 1 www-data www-data 3.7K Apr 4 18:30 .bashrc
261383 -rw-r--r-- 1 www-data www-data 807 Apr 4 18:30 .profile
261430 drwxr-xr-x 2 www-data www-data 4.0K Jul 21 07:58 .ssh
261402 -rw-r--r-- 1 www-data 1001 22K Jul 20 14:20 CHANGES.txt
261403 -rw-r--r-- 1 www-data 1001 16K Jul 20 14:20 EULA.txt
261401 -rw-r--r-- 1 www-data 1001 25K Jul 20 14:20 LICENSES.txt
261395 -rw-r--r-- 1 www-data 1001 1017 Jul 20 14:20 README.txt
261422 -rwxr-xr-x 1 www-data 1001 20M Jul 20 14:21 caddy
60368 -rw-r--r-- 1 root root 6.2M Jul 21 07:55 caddy.tar.gz
62630 -rw-r--r-- 1 root root 800 Jul 21 07:55 caddy.tar.gz.asc
258083 -rw-r--r-- 1 root root 21 Jul 21 07:54 features.txt
261404 drwxr-xr-x 7 www-data 1001 4.0K Jul 20 14:20 init
60366 -rw-r--r-- 1 root root 13K Jul 21 07:54 releases.txt
ubuntu@web-caddy-1:/home/caddy$ sudo systemctl status caddy.service
● caddy.service - Caddy HTTP/2 web server
Loaded: loaded (/etc/systemd/system/caddy.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2018-07-21 07:58:03 UTC; 31s ago
Docs: https://caddyserver.com/docs
Main PID: 4097 (caddy)
Tasks: 8 (limit: 548)
CGroup: /system.slice/caddy.service
└─4097 /usr/local/bin/caddy -log stdout -http2=true -agree=true -conf=/etc/caddy/Caddyfile -root=/var/tmp
Jul 21 07:58:08 web-caddy-1 caddy[4097]: ERROR: Skipping themes/pelican-sober/README.md: could not find information about 'title'
Jul 21 07:58:10 web-caddy-1 caddy[4097]: WARNING: Unable to find `/images/magic.png`, skipping url replacement.
Jul 21 07:58:10 web-caddy-1 caddy[4097]: WARNING: Unable to find `/images/awsnap.png`, skipping url replacement.
Jul 21 07:58:10 web-caddy-1 caddy[4097]: WARNING: Unable to find `/images/objects-in-mirror.png`, skipping url replacement.
Jul 21 07:58:10 web-caddy-1 caddy[4097]: WARNING: Unable to find `/images/ubuntu-repository-cache-diagram.png`, skipping url replacement.
Jul 21 07:58:10 web-caddy-1 caddy[4097]: WARNING: Other resources were not found and their urls not replaced
Jul 21 07:58:10 web-caddy-1 caddy[4097]: Done: Processed 21 articles, 18 drafts, 0 pages and 0 hidden pages in 1.46 seconds.
Jul 21 07:58:10 web-caddy-1 caddy[4097]: 2018/07/21 07:58:10 Command 'pelican -s ../tribaal-source/publishconf.py -o /var/www/tribaal.io/' successful.
Jul 21 07:58:10 web-caddy-1 caddy[4097]: http://localhost:8080
Jul 21 07:58:10 web-caddy-1 caddy[4097]: 2018/07/21 07:58:10 http://localhost:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment