-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More apps for the app store #11330
Comments
@tbsbdr where do we find more info regarding cover image mentioned above - are there any specs for content, file type, minimal resolution... |
There are some examples in this directory, although each one has a different spec... chatted with @tbsbdr, for now the file format should be .png, .svg is not supported. Although if you design the cover image of your extension in a vector based tool, keep the source, support of .svg might be added in the future |
All images are supposed to have 3:2 aspect ratio. png is preferrable, jpg and gif should also work. |
@kulmann this issue deserves an update I'd say :) most mentioned ones seem to have been implemented |
Our https://github.com/owncloud/awesome-ocis repo holds a README.md which links to all known web apps.
Those with at least one published release and some minimal amount of manual QA are then listed in https://github.com/owncloud/awesome-ocis/blob/main/webApps/apps.json which is the default source of our new app store app.
I'd like to see some more apps / extensions in there.
Checklist for getting an app into the app store json file (please edit if I forgot something):
manifest.json
file copied to theirdist
folder during build. Otherwise installation in ocis is not working..zip
file of the dist folder (needs to be renamed to the app name first), ideally attached to a github release. Release process can be manual, thezip
command can be looked up in theweb-extensions
repo.drone.star
file.apps.json
file. I created the folder structure as<org-name>/<repo-name>/<app-name>/
, cover images are all namedcover.png
and screenshots are0.png
,1.png
, ... in ascreenshots
subfolder. This structure is not binding, but it will probably help us to keep this maintained.Apps I'd like to have added as soon as possible:
cast
(please field-test with an actual chrome cast device please!)unzip
(needs to be added to the awesome-ocis README.md as well!)If time permits, those would be great as well, but might require some work / bugfixes / ... by the respective maintainers or us:
gpx-viewer
https://github.com/dschmidt/web-app-gpx-viewer3dmodel-viewer
https://github.com/saw-jan/web-app-3dmodel-viewerdicom-viewer
https://github.com/owncloud/web-app-dicom-viewerpresentation-viewer
https://github.com/JankariTech/web-app-presentation-viewerThe text was updated successfully, but these errors were encountered: