Skip to content

Commit

Permalink
updating to_gif example(0)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Aug 6, 2023
1 parent 9cde076 commit c2967fc
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions examples/as_app/to_gif/info.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0"?>
<info>
<id>to_gif</id>
<name>ToGif</name>
<summary>Nextcloud To Gif Example</summary>
<description>
<![CDATA[Example of the Nextcloud application written in python]]>
</description>
<version>1.0.0</version>
<licence>MIT</licence>
<author mail="andrey18106x@gmail.com" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<namespace>ToGifExample</namespace>
<category>tools</category>
<website>https://github.com/cloud-py-api/nc_py_apy</website>
<bugs>https://github.com/cloud-py-api/nc_py_apy/issues</bugs>
<repository type="git">https://github.com/cloud-py-api/nc_py_apy</repository>
<dependencies>
<nextcloud min-version="27" max-version="28"/>
</dependencies>
<ex-app>
<docker-install>
<registry>ghcr.io</registry>
<image>cloud-py-api/to_gif</image>
<image-tag>latest</image-tag>
</docker-install>
<protocol>http</protocol>
<system>0</system>
</ex-app>
</info>

0 comments on commit c2967fc

Please sign in to comment.