Skip to content

soerenmeier/alpenwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

902ec4e · Oct 2, 2024

History

41 Commits
Apr 28, 2024
Oct 2, 2024
Oct 2, 2024
Jul 17, 2024
Jun 17, 2023
Jul 17, 2024
Jul 14, 2024
Apr 28, 2024
Jul 7, 2024
Jun 22, 2024
Oct 2, 2024
Oct 2, 2024
Jul 14, 2024
Jun 17, 2023
Jun 17, 2023
Aug 27, 2023
Jul 14, 2024
Apr 28, 2024

Repository files navigation

Alpenwind consists of a core part which contains the login and the "app drawer".

This can be extended with apps consisting of a library and some js.

Dev build

The first thing that needs to be done is create the configuration file. core/server/config.toml

listen-on = "127.0.0.1:5701"

[database]
host = "localhost"
name = "alpenwind"
user = "alpenwind"
password = "alpenwind"

[apps]
files = [
	"../../cinema/server/target/debug/libcinema_server.so",
	"../../pwvault/server/target/debug/libpwvault_server.so"
]

[pwvault]
favicons-dir = "../../data/favicons"

[cinema]
movies-dir = "../../data/movies"
movie-posters-dir = "../../data/posters"
series-dir = "../../data/series"
scaled-movies-posters = "../../data/scaled_posters/movies"
scaled-series-posters = "../../data/scaled_posters/series"
allow-deletes = true

Then you can run it. cd core/server && cargo r cd core/ui && npm run dev

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published