mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
src as local file
This commit is contained in:
parent
f15efd1ba2
commit
2830c59c8d
4 changed files with 9 additions and 15 deletions
7
.project
7
.project
|
@ -8,4 +8,11 @@
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
</natures>
|
</natures>
|
||||||
|
<linkedResources>
|
||||||
|
<link>
|
||||||
|
<name>src/calibre-web-master.zip</name>
|
||||||
|
<type>1</type>
|
||||||
|
<location>/home/nicolas/Bureau/calibre-web-master.zip</location>
|
||||||
|
</link>
|
||||||
|
</linkedResources>
|
||||||
</projectDescription>
|
</projectDescription>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
SOURCE_URL=https://github.com/janeczku/calibre-web/archive/master.zip
|
|
||||||
SOURCE_SUM=ee272e4b2efadcd45543b80a81511b147a2cf3863a9000396fc3d80217f8824e
|
SOURCE_SUM=ee272e4b2efadcd45543b80a81511b147a2cf3863a9000396fc3d80217f8824e
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
|
SOURCE_FILENAME=calibre-web-master.zip
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
"name": "language",
|
"name": "language",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Select a default language (you may change it later in the app",
|
"en": "Select a default language (you may change it later in the app",
|
||||||
"fr": "Choisissez une langue par défaur (vous pourre la changer ultérieurement dans l'application"
|
"fr": "Choisissez une langue par défaut (vous pourrez la changer ultérieurement dans l'application"
|
||||||
},
|
},
|
||||||
"choices": [ "fr", "en", "es", "de"],
|
"choices": [ "fr", "en", "es", "de"],
|
||||||
"default": "fr"
|
"default": "fr"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=calibreweb
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
User=__APP__
|
|
||||||
Group=__APP__
|
|
||||||
WorkingDirectory=__FINALPATH__/
|
|
||||||
ExecStart=/usr/bin/python __FINALPATH__/cps.py >> /var/log/__APP__/__APP__.log 2>&1
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
Loading…
Add table
Reference in a new issue