1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zeronet_ynh.git synced 2024-09-03 17:46:12 +02:00
zeronet_ynh/manifest.toml

68 lines
1.5 KiB
TOML
Raw Permalink Normal View History

2023-12-13 16:28:15 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "zeronet"
name = "ZeroNet"
description.en = "Decentralized websites using Bitcoin crypto and BitTorrent network"
description.fr = "Sites Web décentralisés utilisant la crypto Bitcoin et le réseau BitTorrent"
2024-01-19 19:22:32 +01:00
version = "2021.01.25~ynh2"
2023-12-13 16:28:15 +01:00
maintainers = ["whypsi"]
[upstream]
license = "AGPL-3.0"
website = "https://zeronet.io"
admindoc = "https://zeronet.io/docs/"
code = "https://github.com/HelloZeroNet/ZeroNet"
[integration]
2024-01-22 12:44:02 +01:00
yunohost = ">= 11.2"
architectures = "all"
2023-12-13 16:28:15 +01:00
multi_instance = true
2024-01-22 12:44:02 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "200M"
ram.runtime = "50M"
2023-12-13 16:28:15 +01:00
[install]
[install.domain]
type = "domain"
[install.password]
type = "password"
optional = true
2024-01-19 19:08:14 +01:00
[install.init_main_permission]
type = "group"
default = "visitors"
2023-12-13 16:28:15 +01:00
[resources]
[resources.sources.main]
url = "https://github.com/HelloZeroNet/ZeroNet/archive/454c0b2e7e000fda7000cba49027541fbf327b96.tar.gz"
sha256 = "9286971422470cedb8ca5f6675863816bf3f05f0769842a1bdc12f85fc594938"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
subdirs = ["data", "log"]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 43110
fs.default = 15441
2024-01-19 17:41:44 +01:00
fs.exposed = "TCP"
2023-12-13 16:28:15 +01:00
[resources.apt]
packages = [
"python3-venv",
"python3-pip"
]