diff --git a/README.md b/README.md index ed796920..e73da3dd 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,10 @@ All other Quarkus settings can be found [here](https://quarkus.io/guides/all-con When started, the server will listen on http://localhost:8082. The default user is `admin` and the default password is `admin`. +### Updates + +When CommaFeed is up and running, you can subscribe to [this feed](https://github.com/Athou/commafeed/releases.atom) to be notified of new releases. + ### Memory management (`jvm` package only) The Java Virtual Machine (JVM) is rather greedy by default and will not release unused memory to the diff --git a/commafeed-server/src/main/docker/README.md b/commafeed-server/src/main/docker/README.md index 947a9cfd..023c0091 100644 --- a/commafeed-server/src/main/docker/README.md +++ b/commafeed-server/src/main/docker/README.md @@ -79,6 +79,10 @@ meaning that you will have to log back in after each restart of the application. `QUARKUS_HTTP_AUTH_SESSION_ENCRYPTION_KEY` variable to a fixed value (min. 16 characters). All other Quarkus settings can be found [here](https://quarkus.io/guides/all-config). +### Updates + +When CommaFeed is up and running, you can subscribe to [this feed](https://github.com/Athou/commafeed/releases.atom) to be notified of new releases. + ## Docker tags Tags are of the form `-[-jvm]` where: