Upload files to "/"
This commit is contained in:
52
manifest.toml
Normal file
52
manifest.toml
Normal file
@@ -0,0 +1,52 @@
|
||||
packaging_format = 2
|
||||
id = "albumik"
|
||||
name = "Albumik"
|
||||
description.en = "Lightweight private photo album with folder permissions and guest uploads"
|
||||
description.pl = "Lekki prywatny album zdjęć z katalogami, gośćmi i akceptacją zdjęć"
|
||||
version = "0.1.0~ynh1"
|
||||
maintainers = ["Filip"]
|
||||
|
||||
[upstream]
|
||||
license = "AGPL-3.0-or-later"
|
||||
website = "https://albumik.serwer.be"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 12.0"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
sso = false
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "80M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
type = "domain"
|
||||
|
||||
[install.path]
|
||||
type = "path"
|
||||
default = "/"
|
||||
|
||||
[install.admin_user]
|
||||
ask.en = "Initial admin login"
|
||||
ask.pl = "Login pierwszego administratora"
|
||||
type = "string"
|
||||
default = "admin"
|
||||
|
||||
[install.admin_password]
|
||||
ask.en = "Initial admin password"
|
||||
ask.pl = "Hasło pierwszego administratora"
|
||||
type = "password"
|
||||
|
||||
[resources]
|
||||
[resources.sources]
|
||||
[resources.system_user]
|
||||
[resources.install_dir]
|
||||
[resources.data_dir]
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
[resources.ports]
|
||||
main.default = 8097
|
||||
[resources.apt]
|
||||
packages = "python3"
|
||||
Reference in New Issue
Block a user