a few more operational notes
This commit is contained in:
parent
de47bd768b
commit
acb7e3ec0d
35
docs/honk.8
35
docs/honk.8
|
@ -52,8 +52,37 @@ servername: (public DNS name: honk.example.com)
|
||||||
.Ed
|
.Ed
|
||||||
.Ss OPERATION
|
.Ss OPERATION
|
||||||
Run honk.
|
Run honk.
|
||||||
.Dl ./honk
|
.Dl date; ./honk >> log 2>&1
|
||||||
Log messages are sent to stderr and should probably be redirected to a file.
|
Log messages are sent to stderr and should probably be redirected to a file.
|
||||||
|
.Ss CUSTOMIZATION
|
||||||
|
Add custom memes (stickers) to the
|
||||||
|
.Pa memes
|
||||||
|
directory.
|
||||||
|
Image and video files are supported.
|
||||||
|
.Pp
|
||||||
|
Add custom emus (emoji) to the
|
||||||
|
.Pa emus
|
||||||
|
directory.
|
||||||
|
Image files are supported.
|
||||||
|
.Pp
|
||||||
|
Site CSS may be overridden by creating a
|
||||||
|
.Pa views/local.css
|
||||||
|
file.
|
||||||
|
.Pp
|
||||||
|
A custom message me be set by editing the database.
|
||||||
|
(Sorry.)
|
||||||
|
.Dl insert into config values ('servermsg', 'message');
|
||||||
|
.Pp
|
||||||
|
The
|
||||||
|
.Pa views/about.html
|
||||||
|
page doesn't change too frequently.
|
||||||
|
It should be safe to edit.
|
||||||
|
.Ss ADMIN
|
||||||
|
New users can be added with the
|
||||||
|
.Ic adduser
|
||||||
|
command.
|
||||||
|
This is discouraged.
|
||||||
|
.Dl ./honk adduser
|
||||||
.Ss MAINTENANCE
|
.Ss MAINTENANCE
|
||||||
The database may grow large over time.
|
The database may grow large over time.
|
||||||
The
|
The
|
||||||
|
@ -70,6 +99,10 @@ command.
|
||||||
.Dl ./honk upgrade
|
.Dl ./honk upgrade
|
||||||
Restart.
|
Restart.
|
||||||
.Dl ./honk
|
.Dl ./honk
|
||||||
|
.Pp
|
||||||
|
There's also a
|
||||||
|
.Pa blob.db
|
||||||
|
file which is important to backup and restore.
|
||||||
.Sh ENVIRONMENT
|
.Sh ENVIRONMENT
|
||||||
Image processing and scaling requires considerable memory.
|
Image processing and scaling requires considerable memory.
|
||||||
It is recommended to adjust the datasize ulimit to at least 1GB.
|
It is recommended to adjust the datasize ulimit to at least 1GB.
|
||||||
|
|
Loading…
Reference in New Issue