1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Simplification Script

This commit is contained in:
Krakinou 2018-12-08 16:38:26 +01:00
parent 482cea6c5d
commit 68826b1f3c
2 changed files with 74 additions and 6 deletions

View file

@ -1,6 +1,6 @@
SOURCE_URL=url of app's source SOURCE_URL=https://github.com/janeczku/calibre-web
SOURCE_SUM=sha256 checksum #SOURCE_SUM=sha256 checksum
SOURCE_SUM_PRG=sha256sum #SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz #SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true #SOURCE_IN_SUBDIR=true
SOURCE_FILENAME= #SOURCE_FILENAME=

68
index-1.html Normal file
View file

@ -0,0 +1,68 @@
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Inconnu(e) </title></head><body>
<h1 id="usage-of-this-package-remove-this-section-before-release">Usage of this package (REMOVE THIS SECTION BEFORE RELEASE)</h1>
<ul>
<li>Copy this app before working on it.</li>
<li>Edit <code>conf/nginx.conf</code> file to match application prerequisites.</li>
<li>Edit <code>manifest.json</code> with application specific information.</li>
<li>Edit the <code>install</code>, <code>upgrade</code>, <code>remove</code>, <code>backup</code>, and <code>restore</code> scripts.</li>
<li>Add a <code>LICENSE</code> file for the package.</li>
<li>Edit <code>README.md</code>.</li>
</ul>
<h1 id="example-app-for-yunohost">Example app for YunoHost</h1>
<p><a href="https://ci-apps.yunohost.org/jenkins/job/REPLACEBYYOURAPP%20%28Community%29/lastBuild/consoleFull"><img alt="Integration level" src="https://dash.yunohost.org/integration/REPLACEBYYOURAPP.svg" /></a><br />
<a href="https://install-app.yunohost.org/?app=REPLACEBYYOURAPP"><img alt="Install REPLACEBYYOURAPP with YunoHost" src="https://install-app.yunohost.org/install-with-yunohost.png" /></a></p>
<blockquote>
<p><em>This package allow you to install REPLACEBYYOURAPP quickly and simply on a YunoHost server.<br />
If you don't have YunoHost, please see <a href="https://yunohost.org/#/install">here</a> to know how to install and enjoy it.</em></p>
</blockquote>
<h2 id="overview">Overview</h2>
<p>Quick description of this app.</p>
<p><strong>Shipped version:</strong> 1.0</p>
<h2 id="screenshots">Screenshots</h2>
<p><img alt="" src="Link" title="to an screenshot for this app" /></p>
<h2 id="demo">Demo</h2>
<ul>
<li><a href="Link to a demo site for this app">Official demo</a></li>
</ul>
<h2 id="configuration">Configuration</h2>
<p>How to configure this app: by an admin panel, a plain file with SSH, or any other way.</p>
<h2 id="documentation">Documentation</h2>
<ul>
<li>Official documentation: Link to the official documentation of this app</li>
<li>YunoHost documentation: If specific documentation is needed, feel free to contribute.</li>
</ul>
<h2 id="yunohost-specific-features">YunoHost specific features</h2>
<h4 id="multi-users-support">Multi-users support</h4>
<p>Are LDAP and HTTP auth supported?
Can the app be used by multiple users?</p>
<h4 id="supported-architectures">Supported architectures</h4>
<ul>
<li>x86-64b - <a href="https://ci-apps.yunohost.org/jenkins/job/REPLACEBYYOURAPP%20(Community)/"><img alt="Build Status" src="https://ci-apps.yunohost.org/jenkins/job/REPLACEBYYOURAPP%20(Community" />/badge/icon)</a></li>
<li>ARMv8-A - <a href="https://ci-apps-arm.yunohost.org/jenkins/job/REPLACEBYYOURAPP%20(Community)%20(%7EARM%7E)/"><img alt="Build Status" src="https://ci-apps-arm.yunohost.org/jenkins/job/REPLACEBYYOURAPP%20(Community" />%20(%7EARM%7E)/badge/icon)</a></li>
<li>Jessie x86-64b - <a href="https://ci-stretch.nohost.me/jenkins/job/REPLACEBYYOURAPP%20(Community)/"><img alt="Build Status" src="https://ci-stretch.nohost.me/jenkins/job/REPLACEBYYOURAPP%20(Community" />/badge/icon)</a></li>
</ul>
<h2 id="limitations">Limitations</h2>
<ul>
<li>Any known limitations.</li>
</ul>
<h2 id="additional-information">Additional information</h2>
<ul>
<li>Other information you would add about this application</li>
</ul>
<p><strong>More information on the documentation page:</strong><br />
https://yunohost.org/packaging_apps</p>
<h2 id="links">Links</h2>
<ul>
<li>Report a bug: https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/issues</li>
<li>App website: Link to the official website of this app</li>
<li>YunoHost website: https://yunohost.org/</li>
</ul>
<hr />
<h2 id="developers-info">Developers info</h2>
<p><strong>Only if you want to use a testing branch for coding, instead of merging directly into master.</strong>
Please do your pull request to the <a href="https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing">testing branch</a>.</p>
<p>To try the testing branch, please proceed like that.
<code>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</code></p>
</body></html>