From d909fb2acb4c2ea51cbbfed39bbee9e930c6349c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 4 Mar 2024 15:47:48 +0100 Subject: [PATCH] update doc --- doc/DISCLAIMER.md | 7 ------- doc/POST_INSTALL.md | 3 +++ doc/PRE_INSTALL.md | 3 +++ 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 doc/DISCLAIMER.md create mode 100644 doc/POST_INSTALL.md create mode 100644 doc/PRE_INSTALL.md diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index d8a9a58..0000000 --- a/doc/DISCLAIMER.md +++ /dev/null @@ -1,7 +0,0 @@ -## Limitations - -* The feed-parsing service is not included, https://feeds.gpodder.net is used - -## Configuration - -Edit files under `/opt/yunohost/APPDIR/envs/prod` to set environment variables. There is an admin interface at `yourdomain.tld/admin` that the admin user can log in to. diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md new file mode 100644 index 0000000..adcca03 --- /dev/null +++ b/doc/POST_INSTALL.md @@ -0,0 +1,3 @@ +## Configuration + +Edit files under `__INSTALL_DIR__/envs/prod` to set environment variables. There is an admin interface at `yourdomain.tld/admin` that the admin user can log in to. diff --git a/doc/PRE_INSTALL.md b/doc/PRE_INSTALL.md new file mode 100644 index 0000000..8face07 --- /dev/null +++ b/doc/PRE_INSTALL.md @@ -0,0 +1,3 @@ +## Limitations + +* The feed-parsing service is not included, https://feeds.gpodder.net is used