Releases: JohannesFleischer/senior-movie-selector
Release 1.0.3
This is just a minor release that mainly includes some fixes of the ansible role and an update of the documentation.
Ansible fixes:
- the ssh user was the default ssh user before and is now the user defined in the
vars/vars.yml
file - fixed the autostart template so that the
restore session
popup will not show up anymore
Further changes:
- Supplementation, correction and updating of the
README.md
No changes have been made to the source code.
Fore more Information, see the README.md
Release 1.0.2
In this release, an Ansible role has been added to install and set up the project on a Raspberry Pi 3 or higher with Raspberry Pi OS (64-bit)
Furthermore, the platforms supported by the official images have been adjusted.
Supported platforms are now:
- linux/amd64
- linux/arm64/v8
No changes have been made to the source code.
More information about the Ansible role and how to use it can be found in the README.md
Release 1.0.1
In this release, the fileserver container has been optimized so that it already contains all static files and only the films and poster folder need to be included. This reduced the minimal structure of the project directory when using the official images by using the docker-compose.yml file to the following:
senior-movie-selector/
├─ films/
│ ├─ film-1.mp4
│ ├─ film-2.mp4
│ ├─ ...
├─ mongo/db/
├─ poster/
│ ├─ poster-1.png
│ ├─ poster-2.png
│ ├─ ...
├─ docker-compose.yml
The project can be started with docker compose up -d
You can find more details about the services and the usage in the README.md
Release 1.0.0
This is the first official release of the senior-movie-selector
project.
This Version includes the following services:
- The
client
as the main UI - The
db-client
to manage the db - The
db-server
that serves the API to the database mongo
as the movie database- The
fileserver
to host all static files, including thevideoplayer
To start all services, you can download the source-code and then run docker compose up -d
You can find more details about the services and the usage in the README.md