imsto

command module
v1.5.7 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: MIT Imports: 3 Imported by: 0

README

Imsto redesigned in Golang

Launch with docker


# postgresql
docker create --name imsto-db-data -v /var/lib/postgresql busybox:1 echo imsto db data
docker run --name imsto-db -p 54323:5432 \
	-e DB_PASS=mypassword \
	-e TZ=Hongkong \
	--volumes-from=imsto-db-data \
	-d liut7/imsto-db:latest

# main conatainers
docker run --name imsto --rm -p 8180:80 \
	--link imsto-db -v /private/var/lib/imsto:/var/lib/imsto\
	-d liut7/imsto

Installation

see more: INSTALL.md

Admin

vim .env

STAFFIO_CLIENT_ID=
STAFFIO_CLIENT_SECRET=
STAFFIO_PREFIX=https://staffio.site

forego start admin

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
apps
Package cmd The command line tool for running Imsto bootstrap.
Package cmd The command line tool for running Imsto bootstrap.
imsto core objects
imsto core objects
web

Jump to

Keyboard shortcuts

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