From e2e4c024b86f858587da4af18d6fa2efbad45cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C5=A0uklje?= Date: Thu, 29 Feb 2024 03:22:52 +0100 Subject: [PATCH] Fix link in install_unpackaged_app.md (#2402) Co-authored-by: tituspijean --- .../05.install_unpackaged_app/install_unpackaged_app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/02.administer/60.extend/05.install_unpackaged_app/install_unpackaged_app.md b/pages/02.administer/60.extend/05.install_unpackaged_app/install_unpackaged_app.md index 314756be..e4a19544 100644 --- a/pages/02.administer/60.extend/05.install_unpackaged_app/install_unpackaged_app.md +++ b/pages/02.administer/60.extend/05.install_unpackaged_app/install_unpackaged_app.md @@ -13,11 +13,11 @@ If your app is a PHP or HTML/JS app, you probably should use the `Custom Webapp` ## 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. !!! 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)