-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexander Piskun <[email protected]>
- Loading branch information
Showing
11 changed files
with
269 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [1.0.0 - 2024-08-xx] | ||
|
||
### Added | ||
|
||
- First release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,31 +5,38 @@ | |
<summary>Visionatrix - scalable AI Media processing</summary> | ||
<description> | ||
<![CDATA[Nextcloud Visionatrix is a standalone Visionatrix service that allows you to process your media files right in your Nextcloud. | ||
Each user has their own Visionatrix account (authenticated using Nextcloud credentials) and tasks history.]]> | ||
Each user has their own Visionatrix account (authenticated using Nextcloud credentials) and tasks history. | ||
Can be used from within Nextcloud Assistant as a regular "txt2img" image provider.]]> | ||
</description> | ||
<version>1.0.0</version> | ||
<licence>MIT</licence> | ||
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author> | ||
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author> | ||
<namespace>Visionatrix</namespace> | ||
<category>tools</category> | ||
<website>https://github.com/cloud-py-api/visionatrix-nc</website> | ||
<bugs>https://github.com/cloud-py-api/visionatrix-nc/issues</bugs> | ||
<repository type="git">https://github.com/cloud-py-api/visionatrix-nc</repository> | ||
<website>https://github.com/cloud-py-api/visionatrix</website> | ||
<bugs>https://github.com/cloud-py-api/visionatrix/issues</bugs> | ||
<repository type="git">https://github.com/cloud-py-api/visionatrix</repository> | ||
<dependencies> | ||
<nextcloud min-version="30" max-version="30"/> | ||
<nextcloud min-version="30" max-version="31"/> | ||
</dependencies> | ||
<external-app> | ||
<docker-install> | ||
<registry>ghcr.io</registry> | ||
<image>cloud-py-api/visionatrix</image> | ||
<image-tag>0.7.1</image-tag> | ||
<image-tag>1.0.0</image-tag> | ||
</docker-install> | ||
<scopes> | ||
<value>AI_PROVIDERS</value> | ||
<value>FILES</value> | ||
<value>USER_INFO</value> | ||
</scopes> | ||
<system>false</system> | ||
<route> | ||
<url>.*</url> | ||
<verb>GET,POST,PUT,DELETE</verb> | ||
<access_level>USER</access_level> | ||
<headers_to_exclude>[]</headers_to_exclude> | ||
</route> | ||
</external-app> | ||
</info> |
Oops, something went wrong.