New App: Deep Links for LabCoat
This commit is contained in:
parent
c164adc1a2
commit
a97ed40dd9
36
metadata/com.nomadlabs.labcoat.deeplinks.yml
Normal file
36
metadata/com.nomadlabs.labcoat.deeplinks.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
Categories:
|
||||||
|
- Development
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://gitlab.com/nomadlabs/deeplinks
|
||||||
|
IssueTracker: https://gitlab.com/nomadlabs/deeplinks/issues
|
||||||
|
|
||||||
|
AutoName: Deep Links for LabCoat
|
||||||
|
Summary: Open links to self-hosted GitLab instances in LabCoat
|
||||||
|
Description: |-
|
||||||
|
Deep Links for LabCoat is a utility app that does one thing and only one
|
||||||
|
thing: it allows you to open links to non-gitlab.com GitLab instances -
|
||||||
|
for example, gitlab.gnome.org - in the ''LabCoat for GitLab'' app.
|
||||||
|
|
||||||
|
'''Known issues:'''
|
||||||
|
|
||||||
|
LabCoat opens but link does not load - Make sure you are signed in to an
|
||||||
|
account on the Gitlab instance you are trying to access. LabCoat is
|
||||||
|
unable to display anything from a Gitlab instance without a valid
|
||||||
|
personal access token - even if the url you are trying to access is public
|
||||||
|
on the web.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/nomadlabs/deeplinks.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 1
|
||||||
Loading…
Reference in a new issue