You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The architectures supported by this image are:
61
61
62
62
Access the webui set up wizard at `http://serverIP:port`
63
63
64
-
For external databases, create a user and database in your mysql/mariadb server (not root) and then follow the setup wizard in the webui. Use the IP address for "host" of your database server.
64
+
For external databases, create a user and database in your mysql/mariadb server (not root) and then follow the setup wizard in the webui. Use the IP address for "host" of your database server.
65
65
66
66
Additional extensions can be dropped into `/config/www/freshrss/extensions` and will be active after container restart.
67
67
@@ -275,6 +275,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
275
275
276
276
## Versions
277
277
278
+
***19.06.24:** - Rebase to Alpine 3.20.
278
279
***10.04.24:** - Added php-exif module to resolve issue with fever api.
279
280
***06.03.24:** - Existing users should update: site-confs/default.conf - Cleanup default site conf.
280
281
***23.12.23:** - Rebase to Alpine 3.19 with php 8.3.
Access the webui set up wizard at `http://serverIP:port`
47
-
48
-
For external databases, create a user and database in your mysql/mariadb server (not root) and then follow the setup wizard in the webui. Use the IP address for "host" of your database server.
29
+
30
+
For external databases, create a user and database in your mysql/mariadb server (not root) and then follow the setup wizard in the webui. Use the IP address for "host" of your database server.
49
31
50
32
Additional extensions can be dropped into `/config/www/freshrss/extensions` and will be active after container restart.
51
33
52
34
# changelog
53
35
changelogs:
36
+
- { date: "19.06.24:", desc: "Rebase to Alpine 3.20."}
54
37
- { date: "10.04.24:", desc: "Added php-exif module to resolve issue with fever api." }
55
38
- { date: "06.03.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf." }
56
39
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3."}
0 commit comments