Nice little directory browser :D
JavaScript 70.9%
CSS 22.9%
HTML 2.3%
C# 1.8%
Dockerfile 0.1%
Other 2.0%
19 1 0

Clone this repository

https://tangled.org/helpimnotdrowning.net/Utatane https://tangled.org/did:plc:kmjtnzau4j5u3zyly2dm73jc/Utatane
git@knot.helpimnotdrowning.net:helpimnotdrowning.net/Utatane git@knot.helpimnotdrowning.net:did:plc:kmjtnzau4j5u3zyly2dm73jc/Utatane

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Utatane#

File index

Exposes port 8080

Build container with

sudo docker build -t helpimnotdrowning/utatane .

Utatane requires my fork of Pode built as helpimnotdrowning/pode:2.12.1. You can do this with Invoke-Build Pack -Version 2.12.1, then sudo docker build -t helpimnotdrowning/pode:2.12.1 .

Run with the following compose definition:

services:
    # ...
    utatane:
        image: helpimnotdrowning/utatane
        container_name: utatane
        restart: unless-stopped
        ports:
            - '8080:8080'