1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zeronet_ynh.git synced 2024-09-03 17:46:12 +02:00
Zeronet package for YunoHost
Find a file
2021-05-13 17:54:35 +02:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:54:35 +02:00
conf fix 2020-11-26 11:32:52 +01:00
scripts fix coincurve 2021-02-26 03:32:31 +05:30
check_process Fix linter warnings 2021-02-08 21:29:31 +01:00
LICENSE First commit 2017-03-03 21:26:30 +01:00
manifest.json Fix yunohost version requirements 2021-05-07 00:30:03 +02:00
README.md Fix spacing 2021-02-26 18:04:21 +01:00

ZeroNet for YunoHost

Integration level
Install ZeroNet with YunoHost

Lire ce readme en français.

This package allows you to install ZeroNet quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

ZeroNet allows you to publish static and dynamic websites on a distributed web platform using Bitcoin crypto and the BitTorrent network.

Shipped version: 0.7.1

Screenshots

Install instructions

  • This app can only be installed on root path, i.e you will need to use a dedicated domain name, e.g.zeronet.domain.tld.
  • You can setup Tor which has to be done manually till its implimented in the app.how to use zeronet with Tor

Multiple Instances

  • Installing multiple instances of the app is experimental. Internally each instance will use an unique port for both for ZeroNet UserInterface and FileServer. However, the tracker will see all instances as one peer, as they all use one and the same external IP address. But you try it and explain your user case.
  • A solution that hasn't been confirmed yet is to use Tor instead. Each instance should then have a unique external address.

Documentation

YunoHost specific features

Multi-user support

Are LDAP and HTTP auth supported? No

Android app (Still in beta)

Android app

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

  • App can not be used inside SSO. See here and here.

Additional information

  • Other info you would like to add about this Zeronet.

More info on the documentation page: https://yunohost.org/packaging_apps


Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/zeronet_ynh/tree/testing --debug
or
sudo yunohost app upgrade zeronet -u https://github.com/YunoHost-Apps/zeronet_ynh/tree/testing --debug