command
module
Version:
v1.5.6
Opens a new window with list of versions in this module.
Published: Jan 16, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
apps
|
|
|
|
|
|
|
|
Package cmd The command line tool for running Imsto bootstrap.
|
Package cmd The command line tool for running Imsto bootstrap. |
|
|
|
|
|
|
|
imsto core objects |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.