mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Fix link in install_unpackaged_app.md (#2402)
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
This commit is contained in:
parent
e4d73d1da0
commit
e2e4c024b8
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ If your app is a PHP or HTML/JS app, you probably should use the `Custom Webapp`
|
||||||
|
|
||||||
## Other technologies
|
## Other technologies
|
||||||
|
|
||||||
If you use an other techno, you should install it like on a classical debian.
|
If you use some other technology, you should install it like on a classical debian.
|
||||||
|
|
||||||
|
|
||||||
To expose the app on the web through nginx and be able to manage access permissions to the webapp, you could use the [`redirect` app](https://github.com/YunoHost-Apps/redirect_ynh/) to create a nginx reverse proxy on your local ip/port running the service.
|
To expose the app on the web through nginx and be able to manage access permissions to the webapp, you could use the [`redirect` app](https://github.com/YunoHost-Apps/redirect_ynh/) to create a nginx reverse proxy on your local ip/port running the service.
|
||||||
|
|
||||||
!!! You should use the proxy mode of the redirect app and not HTTP redirections mode.
|
!!! You should use the proxy mode of the redirect app and not HTTP redirections mode.
|
||||||
|
|
||||||
You probably should create custom backup and restore hooks to integrate your app to your YunoHost backup/restore process. See [Backup and restore hooks]()
|
You probably should create custom backup and restore hooks to integrate your app to your YunoHost backup/restore process. See [Backup and restore hooks](/packaging_apps_hooks#backup-restore)
|
||||||
|
|
Loading…
Add table
Reference in a new issue