"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Simon Harrison <info@simonh.uk>
Subject:
Help setting up gotwebd on Debian 13
To:
gameoftrees@openbsd.org
Date:
Thu, 13 Aug 2026 18:59:41 +0100

Download raw body.

Thread
Hello. I've managed to get gotwebd running behind Apache but for the
life of me, I can't get the static files (CSS, images) to be served.

Here's my /etc/gotwebd.conf:

chroot "/var/www"
htdocs "htdocs"
www user "www-data"
user "www-data"
listen on socket "/var/www/got/gotwebd.sock"

server "localhost" {
    repos_path "/var/www/got/public"
    site_name "My Got Repos"
}

And this is the content of /var/www/htdocs:

root@server:/var/www# tree htdocs/
htdocs/
├── android-chrome-192x192.png
├── android-chrome-384x384.png
├── apple-touch-icon.png
├── browserconfig.xml
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon.ico
├── got_large.png
├── got.png
├── gotweb.css
├── mstile-150x150.png
├── safari-pinned-tab.svg
└── site.webmanifest

Any help appreciated!