Valentin Tolmer
c399ff2bfa
server: switch from OpenSSL to Rustls
2022-07-15 15:49:15 +02:00
Frank Moskal
9e37a06514
server: allow admin email to be set via config
2022-07-13 14:32:35 +02:00
Valentin Tolmer
294ce77a47
server: Fix misc clippy warnings
2022-07-13 12:43:51 +02:00
Dedy Martadinata S
24c6b4a879
docker: Remove debian build, revert to default alpine
2022-07-13 11:41:26 +02:00
Jacob Yundt
2c2696a8c3
docker: Add support for SMTP password file ( #240 )
...
Similar to LLDAP_JWT_SECRET and LLDAP_LDAP_USER_PASS, add option to use an
ENV variable to specify the file of the SMTP password:
LLDAP_SMTP_OPTIONS__PASSWORD_FILE
2022-07-13 10:52:40 +02:00
Dedy Martadinata S
479d1e7635
readme: Add details about latest tag
2022-07-13 10:38:31 +02:00
Dedy Martadinata S
3a723460e5
docker: Add volume support
2022-07-13 08:09:36 +02:00
Valentin Tolmer
8011756658
readme: Correct RAM estimate
2022-07-12 12:37:27 +02:00
Dedy Martadinata S
46546dac27
docker: Add support for UID:GID
...
Adds support for the UID/GID env variables in Docker via `gosu`.
2022-07-12 10:37:08 +02:00
Dedy Martadinata S
9a869a1474
add bash, entrypoint deps.
2022-07-11 16:09:22 +02:00
Sebastian Thiel
09797695aa
Fix typo in README.md
2022-07-11 15:38:11 +02:00
Dedy Martadinata S
4f2cf45427
docker: build static binaries, add alpine targets
2022-07-11 15:36:59 +02:00
Valentin Tolmer
901eb7f469
example_configs: Add XBackBone
2022-07-11 12:30:46 +02:00
Valentin Tolmer
91d12a7e97
release: v0.4.0
2022-07-08 19:02:20 +02:00
Valentin Tolmer
e31c7351ea
readme: Update mention of readonly group
2022-07-08 19:02:20 +02:00
Valentin Tolmer
cf19fd41b0
server: Update permission checks for strict_readonly
2022-07-08 19:02:20 +02:00
Valentin Tolmer
500a441df7
server: Migrate from lldap_readonly to lldap_strict_readonly
2022-07-08 19:02:20 +02:00
Valentin Tolmer
6701027002
release: Release version 0.3.0
2022-07-08 14:49:01 +02:00
Valentin Tolmer
fab884711f
server: Make objectClass matching case-insensitive
...
Fixes https://github.com/nitnelave/lldap/issues/189
2022-07-08 12:00:55 +02:00
Valentin Tolmer
1a37e1ee04
server: Allow readonly users to change non-admin passwords
2022-07-08 11:49:13 +02:00
dependabot[bot]
786f571e86
build(deps): bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1q
...
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs ) from 111.21.0+1.1.1p to 111.22.0+1.1.1q.
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases )
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits )
---
updated-dependencies:
- dependency-name: openssl-src
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 11:19:34 +02:00
Ben Penkacik
33cd850e65
docs: add emby config
2022-07-08 11:01:02 +02:00
Valentin Tolmer
8c3a168c7f
server: remove spurious debug message
2022-07-06 00:15:08 +02:00
Valentin Tolmer
722fc2de57
server: Update Cargo.lock
2022-07-05 18:15:38 +02:00
Valentin Tolmer
c6ffaa2abf
server: fix member_of for users with no groups
2022-07-05 18:15:38 +02:00
Dedy Martadinata S
c4a63610c0
Update Dockerfile.ci
2022-07-05 10:42:44 +02:00
Dedy Martadinata S
5bf533272e
Add caching
2022-07-02 11:02:00 +02:00
Valentin Tolmer
22fcc5303f
codecov: Add config
2022-07-01 18:03:34 +02:00
Valentin Tolmer
8101ddc85f
server: Create release candidate 0.3.0-rc.1
2022-07-01 14:57:22 +02:00
Valentin Tolmer
49f4e48aae
cargo: update various dependencies
2022-07-01 14:57:22 +02:00
Valentin Tolmer
4092b2e5b1
server: Print version on startup
2022-07-01 14:57:22 +02:00
Greg
b387ceb1c4
Update authelia_config.yml
2022-07-01 14:21:32 +02:00
Greg
85d59e79ca
Update Authelia config for Authelia 4.36.1
...
Authelia 4.36.1 changed the key for password resets. Fixed an error where the user: field was incorrectly set to uid=admin, resulting in a fatal error starting Authelia.
2022-07-01 14:21:32 +02:00
Valentin Tolmer
c5017bbd42
ldap: remove copies from the wildcard expansion
2022-07-01 12:41:12 +02:00
Valentin Tolmer
c72c1fdf2c
server: Add a Uuid attribute to every user and group
2022-07-01 12:41:12 +02:00
dependabot[bot]
cbde363fde
build(deps): bump docker/setup-qemu-action from 1 to 2
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 09:15:16 +02:00
Dedy Martadinata S
ea82b1a644
Set right user to run
...
Change user to run rootless.
2022-07-01 09:04:52 +02:00
dependabot[bot]
429952c46f
build(deps): bump docker/login-action from 1 to 2
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 08:03:17 +02:00
Dedy Martadinata S
0dad470602
docker: Fix push for "latest" tag
2022-06-30 19:31:31 +02:00
Valentin Tolmer
2f1bf87102
app: propagate change events
2022-06-30 17:14:13 +02:00
Valentin Tolmer
1a03346a38
server: refactor auth_service to use Results
...
This simplifies the flow, and gets rid of wrong clippy warnings about
missing awaits due to the instrumentation.
2022-06-30 17:14:13 +02:00
Valentin Tolmer
23a4763914
server: Add tracing logging
...
Fixes #17
2022-06-30 17:14:13 +02:00
MickMorley
82f6292927
docs, guacamole: Added Docker option
2022-06-30 15:55:20 +02:00
Dedy Martadinata S
e39e141d6c
docker: Create a multiarch CI/CD pipeline
2022-06-30 11:21:14 +02:00
Valentin Tolmer
a512b1844a
server: Disambiguate list_users query
...
The confusion of display_name caused every user to be called like the
first group they belonged to.
2022-06-30 10:32:52 +02:00
Valentin Tolmer
5e2eea0d97
sqlx: update dependency and protect against injections
2022-06-26 11:55:37 +02:00
dependabot[bot]
bafb1dc5cc
build(deps): bump tokio from 1.11.0 to 1.13.1
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.11.0 to 1.13.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.11.0...tokio-1.13.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-24 18:01:25 +02:00
MickMorley
45bbe23b3b
docs: add example config for Apache Guacamole app ( #195 )
2022-06-24 12:46:40 +02:00
Ghassan Alduraibi
85ee097a3b
docs: add calibre-web config ( #187 )
...
* docs: add calibre-web config
* docs: update readme with calibre-web config
* docs: update calibre-web config with login fix
* docs: update calibre-web config with requested changes
2022-06-24 12:44:38 +02:00
Martin Leydier
04afc9d8d9
docs: add grafana config ( #186 )
2022-06-24 12:41:33 +02:00