Moved admintools, added sysdoc for iris

This commit is contained in:
Ubergeek 2019-07-08 11:43:44 +00:00
parent 16a3301258
commit 36bb482ee4
3 changed files with 5 additions and 25 deletions

View File

@ -1,19 +0,0 @@
# Admin tools
There's a set of tools to ease system administration. These tools can be found in the poorly named repo [makeuser](https://tildegit.org/thunix/makeuser).
- makeuser: adds a user to our system
```makeuser {username} {email address} {ssh key}```
- rmuser: Removes user account, terminates processes, archives home directory
```rmuser {username}```
- makedb: Creates a db for a user, and emails the credentials and connection info to their thunix email address.
```makedb {username}```
- dbremove : Removes a db created by a user, after generating an mysqldump of it
```dbremove {username}```

View File

@ -2,8 +2,8 @@
These documents are autogenerated from our man pages, and various readmes used here on thunix.
* [admin tools](admintools)
* [ansible](ansible)
* [chat](chat)
* [thunix](thunix)
* [ansible](/system/ansible)
* [chat](/system/chat)
* [thunix](/system/thunix)
* [tildegit.org](tildegit.org)
* [iris](/system/iris)

View File

@ -5,5 +5,4 @@
* [Using SSH with thunix](/wiki/ssh)
* [Iris](/wiki/iris)
* [Databases](/wiki/databases)
* [dbremove](/wiki/dbremove)
* [makedb](/wiki/makedb)
* [Admin Tools](/wiki/admintools)