diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 18:29:25 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 18:29:25 +0300 |
| commit | a5751d37bc305d4e820fb5c8c321f1445ccfb794 (patch) | |
| tree | d05bd4dd55b98773f6a948c971cebe7a41751b5f /www/komga/files/pkg-message.in | |
| parent | b98eb0cc23e4c375fa10b5cd2c18d1c971d01162 (diff) | |
www/komga: add port
Diffstat (limited to 'www/komga/files/pkg-message.in')
| -rw-r--r-- | www/komga/files/pkg-message.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/komga/files/pkg-message.in b/www/komga/files/pkg-message.in new file mode 100644 index 0000000..7db24b1 --- /dev/null +++ b/www/komga/files/pkg-message.in @@ -0,0 +1,5 @@ +[ +{ + "message": "\nKomga has been installed.\n\nTo get started:\n\n sysrc komga_enable=YES\n service komga start\n\nThe web interface will be available at http://localhost:80/\n\nConfiguration:\n sysrc komga_port=8080 # Change listen port\n sysrc komga_data_dir=/var/db/komga # Config/database directory\n sysrc komga_java_opts=\"-Xmx512m\" # JVM options\n\nMount your library directories into the jail and configure\nthem through the Komga web interface.\n" +} +] |
