modulepackage
0.0.0-20250111080521-66e30d77383a
Repository: https://github.com/h4ks-com/sshland.git
Documentation: pkg.go.dev
# README
SSHLAND
Source code for the menus and ssh apps under:
ssh h4ks.com
Installation & development
cp .env.example .env
Modify what you need or just use env variables instead.
go mod download
go run main.go
That will run the menu. To run the whole stack with the apps you better off using docker-compose.
docker compose up