mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
remove old files, add tests.toml
This commit is contained in:
parent
c8f1c327b4
commit
3b3e6a379f
3 changed files with 5 additions and 73 deletions
|
@ -1,22 +0,0 @@
|
||||||
;; Test complet
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld"
|
|
||||||
path="/path"
|
|
||||||
admin="john"
|
|
||||||
password="1Strong-Password"
|
|
||||||
; Checks
|
|
||||||
pkg_linter=1
|
|
||||||
setup_sub_dir=1
|
|
||||||
setup_root=1
|
|
||||||
setup_nourl=0
|
|
||||||
setup_private=0
|
|
||||||
setup_public=0
|
|
||||||
upgrade=1
|
|
||||||
backup_restore=1
|
|
||||||
multi_instance=0
|
|
||||||
port_already_use=0
|
|
||||||
change_url=1
|
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
||||||
;;; Upgrade options
|
|
|
@ -1,51 +0,0 @@
|
||||||
{
|
|
||||||
"name": "pgAdmin4",
|
|
||||||
"id": "pgadmin",
|
|
||||||
"packaging_format": 1,
|
|
||||||
"description": {
|
|
||||||
"en": "Manage PostgreSQL databases over the web",
|
|
||||||
"fr": "Application web de gestion des bases de données PostgreSQL"
|
|
||||||
},
|
|
||||||
"version": "7.7~ynh1",
|
|
||||||
"url": "https://www.pgadmin.org",
|
|
||||||
"upstream": {
|
|
||||||
"license": "PostgreSQL",
|
|
||||||
"website": "https://www.pgadmin.org",
|
|
||||||
"admindoc": "https://www.pgadmin.org/docs"
|
|
||||||
},
|
|
||||||
"license": "PostgreSQL",
|
|
||||||
"maintainer": {
|
|
||||||
"name": "Josué Tille",
|
|
||||||
"email": "josue@tille.ch"
|
|
||||||
},
|
|
||||||
"requirements": {
|
|
||||||
"yunohost": ">= 11.0.11"
|
|
||||||
},
|
|
||||||
"multi_instance": false,
|
|
||||||
"services": [
|
|
||||||
"nginx",
|
|
||||||
"uwsgi"
|
|
||||||
],
|
|
||||||
"arguments": {
|
|
||||||
"install" : [
|
|
||||||
{
|
|
||||||
"name": "domain",
|
|
||||||
"type": "domain"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "path",
|
|
||||||
"type": "path",
|
|
||||||
"example": "/pgadmin",
|
|
||||||
"default": "/pgadmin"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "admin",
|
|
||||||
"type": "user"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "password",
|
|
||||||
"type": "password"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
5
tests.toml
Normal file
5
tests.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
||||||
|
|
||||||
|
test_format = 1.0
|
||||||
|
|
||||||
|
[default]
|
Loading…
Add table
Reference in a new issue