mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Create app_neutrinet.md
This commit is contained in:
parent
e0eb8fe39b
commit
af9b725d44
1 changed files with 43 additions and 0 deletions
43
pages/04.applications/10.docs/neutrinet/app_neutrinet.md
Normal file
43
pages/04.applications/10.docs/neutrinet/app_neutrinet.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
title: Neutrinet
|
||||
template: docs
|
||||
taxonomy:
|
||||
category: docs, apps
|
||||
routes:
|
||||
default: '/app_neutrinet'
|
||||
---
|
||||
|
||||
[![Installer Neutrinet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=neutrinet) [![Integration level](https://dash.yunohost.org/integration/neutrinet.svg)](https://dash.yunohost.org/appci/app/neutrinet)
|
||||
|
||||
### Index
|
||||
|
||||
- [Useful links](#useful-links)
|
||||
|
||||
*Neutrinet* is for Neutrinet members that have a Neutrinet VPN. It automatically checks and renews the VPN certificates. This package also contains a web page with contact information and other useful links.
|
||||
|
||||
### Disclaimers / important information
|
||||
|
||||
**For contributers**
|
||||
|
||||
**Debugging**
|
||||
|
||||
You can manually run the cron job that attempts to renew the certificates:
|
||||
```
|
||||
sudo /etc/cron.daily/neutrinet-renew-cert
|
||||
```
|
||||
This actually runs the script in `/opt/neutrinet/renew_cert/`:
|
||||
```
|
||||
cd /opt/neutrinet/renew_cert
|
||||
sudo ./renew_cert_cron.sh
|
||||
```
|
||||
You can increase the verbosity with the option `-v`:
|
||||
```
|
||||
sudo ./renew_cert_cron.sh -v
|
||||
```
|
||||
To install the app without checking for certificates, run `export PACKAGE_CHECK_EXEC=1`.
|
||||
|
||||
## Useful links
|
||||
|
||||
+ Website: [gitlab.domainepublic.net/Neutrinet/neutrinet_ynh](https://gitlab.domainepublic.net/Neutrinet/neutrinet_ynh)
|
||||
+ Application software repository: [gitlab.domainepublic.net - Neutrinet/neutrinet - YunoHost-Apps/neutrinet](https://gitlab.domainepublic.net/Neutrinet/neutrinet_ynh)
|
||||
+ Fix a bug or an improvement by creating a ticket (issue): [gitlab.domainepublic.net - Neutrinet/neutrinet - YunoHost-Apps/neutrinet/issues](https://git.domainepublic.net/Neutrinet/neutrinet_ynh/-/issues)
|
Loading…
Reference in a new issue