shokai

command module
v0.0.0-...-097ef9b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2025 License: MIT Imports: 17 Imported by: 0

README

shokai

Landing page for our servers. Supports Linux and FreeBSD.

Setup

  • Docker Compose
    • docker-compose.yaml
    services:
        app:
            container_name: shokai
            image: ghcr.io/yude/shokai:main
            volumes:
            - type: bind
              source: ./config.toml
              target: /app/config.toml
            - type: bind
              source: /etc/hostname
              target: /etc/host_hostname
              read_only: true
            restart: always
    
    • config.toml
      • Please refer to config.sample.toml for format.

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL