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