Comics
Comic book reader / manager
Pourquoi cette application
Projet démarrer en mai 2016 sans aboutir à grand chose, puis laisser à l'abandon pendant plusieurs années. Repris en avril 2022 et production d'une application stable en quelques jours.
A écrire...
Dépendances
- node.js >= 16
Librairies tiers
- jsZip pour dézipper les archives
cbz
.
Installation
Copie des fichiers
Copier le contenu de l'archive à l'endroit où vous souhaitez faire tourner l'application.
Lancement de l'application en ligne de commande
node /path/to/cbrm-ver/src/cbrm.js start /path/to/library
Go to http://localhost:8000
.
Define the listening port :
node /path/to/cbrm-ver/src/cbrm.js start /path/to/library 8005
Then go to http://localhost:8005
.
Déployer en tant que service
Create a service :
[Unit]
Description=Cbrm service
After=network.target
[Service]
Type=simple
User=<user>
Group=<group>
ExecStart=node /path/to/cbrm/src/cbrm.js start /path/to/library
[Install]
WantedBy=multi-user.target
Start the service :
sudo systemctl start cbrm.service
Go to http://localhost:8000
.
Utilisation
A écrire...
Historique
..include::./changelog.md
Licence
..include::./licence.md