diff --git a/conf/app.src b/conf/app.src index e4dd89f..dba37d5 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=url of app's source -SOURCE_SUM=sha256 checksum -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=tar.gz -SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= +SOURCE_URL=https://github.com/janeczku/calibre-web +#SOURCE_SUM=sha256 checksum +#SOURCE_SUM_PRG=sha256sum +#SOURCE_FORMAT=tar.gz +#SOURCE_IN_SUBDIR=true +#SOURCE_FILENAME= diff --git a/index-1.html b/index-1.html new file mode 100644 index 0000000..1c6f889 --- /dev/null +++ b/index-1.html @@ -0,0 +1,68 @@ +
conf/nginx.conf
file to match application prerequisites.manifest.json
with application specific information.install
, upgrade
, remove
, backup
, and restore
scripts.LICENSE
file for the package.README.md
.++This package allow you to install REPLACEBYYOURAPP quickly and simply on a YunoHost server.
+
+If you don't have YunoHost, please see here to know how to install and enjoy it.
Quick description of this app.
+Shipped version: 1.0
+How to configure this app: by an admin panel, a plain file with SSH, or any other way.
+Are LDAP and HTTP auth supported? +Can the app be used by multiple users?
+More information on the documentation page:
+https://yunohost.org/packaging_apps
Only if you want to use a testing branch for coding, instead of merging directly into master. +Please do your pull request to the testing branch.
+To try the testing branch, please proceed like that.
+sudo yunohost app install https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing --debug
+or
+sudo yunohost app upgrade REPLACEBYYOURAPP -u https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing --debug