Skip to content

jotnerthebig/stds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple technical documentation service

Step 1: Environment

Create an environment variables file .env like:

IP_ADDR=192.168.1.5
SSH_PORT=2222
HTTP_PORT=8080

Step 2: Build

docker-compose -f ./docker-compose.yml build

or

./build.sh

Step 2: Run

docker-compose -f ./docker-compose.yml up -d

or

./run.sh

Now you can manage the service's users via SSH or Docker.

Administrator's manual

Create a new user:

user-add.sh USERNAME

Delete the user:

user-del.sh USERNAME

Check user's state:

user-check.sh USERNAME

List users:

user-list.sh

User's manual

Clone repository:

git clone ssh://USERNAME@STDS_ADDR:SSH_PORT/home/USERNAME/docs
cd docs

Fix and push changes:

git config user.name "USERNAME"
git config user.email "USEREMAIL"
git add .
git commit -m "COMMENT"
git push

About

Simple technical documentation service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published