Commit Graph

485 Commits

Author SHA1 Message Date
Dedy Martadinata S
ec124c0a43
Update docker-build-static.yml 2022-08-01 20:43:29 +07:00
Dedy Martadinata S
efd96e5ad7
Merge branch 'nitnelave:main' into docker-build-musl 2022-08-01 20:36:53 +07:00
Dedy Martadinata Supriyadi
d8fe94ecce cleanup Dockerfile.dev 2022-08-01 20:35:13 +07:00
Valentin Tolmer
881fdc3236 server: Add a log message when search is restricted
Fixes #264.
2022-08-01 20:32:35 +07:00
Dedy Martadinata Supriyadi
acabe79268 use lldap dev image 2022-08-01 20:32:35 +07:00
Dedy Martadinata Supriyadi
e76ade4f4a some cleanup 2022-08-01 20:32:35 +07:00
Dedy Martadinata Supriyadi
050b6dea6d manual fetch aarch64 2022-08-01 20:32:35 +07:00
Dedy Martadinata Supriyadi
c358abe45c update tag 2022-08-01 20:32:35 +07:00
Dedy Martadinata Supriyadi
9badc2e87f add os in tag 2022-08-01 20:32:35 +07:00
Dedy Martadinata Supriyadi
226ba51e19 add Dockerfile.dev 2022-08-01 20:32:35 +07:00
Dedy Martadinata Supriyadi
7312cd5b05 manual fetch 2022-08-01 20:32:35 +07:00
Dedy Martadinata Supriyadi
ef2e64ee58 using script 2022-08-01 20:32:35 +07:00
Valentin Tolmer
d74fca9248 README: Document the build process, add systemd service
Fixes #269.
2022-08-01 20:32:35 +07:00
Valentin Tolmer
ef9ba2b6ba server: Fix extra error message when DB doesn't exist
Fixes #270
2022-08-01 20:32:35 +07:00
Valentin Tolmer
0d85743db7 docs: Update the docker config template to add smtp_encryption 2022-08-01 20:32:35 +07:00
Valentin Tolmer
c108921dcf server: Add a log message when search is restricted
Fixes #264.
2022-08-01 14:02:24 +02:00
Valentin Tolmer
36eed1e091 README: Document the build process, add systemd service
Fixes #269.
2022-08-01 09:14:39 +02:00
Valentin Tolmer
897704fab3 server: Fix extra error message when DB doesn't exist
Fixes #270
2022-08-01 09:14:39 +02:00
Valentin Tolmer
9f70910283 docs: Update the docker config template to add smtp_encryption 2022-08-01 09:14:39 +02:00
Dedy Martadinata Supriyadi
8e6fe790f3 use custom dev image 2022-07-31 15:10:42 +07:00
Dedy Martadinata Supriyadi
8a451a852d Merge branch 'docker-build-musl' of github.com:martadinata666/lldap into docker-build-musl 2022-07-31 10:15:26 +07:00
Dedy Martadinata Supriyadi
e86201dabb add ca-cert 2022-07-31 10:14:15 +07:00
Dedy Martadinata S
e08fe519ec Build using musl 2022-07-31 09:52:24 +07:00
dependabot[bot]
3e3c9b97ae build(deps): bump juniper from 0.15.9 to 0.15.10
Bumps [juniper](https://github.com/graphql-rust/juniper) from 0.15.9 to 0.15.10.
- [Release notes](https://github.com/graphql-rust/juniper/releases)
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/release.toml)
- [Commits](https://github.com/graphql-rust/juniper/compare/juniper-v0.15.9...juniper-v0.15.10)

---
updated-dependencies:
- dependency-name: juniper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-30 19:22:59 +02:00
Dedy Martadinata S
1f55bae256 Build using musl 2022-07-30 23:41:28 +07:00
Valentin Tolmer
8c1ea11b95 server: add an option to use STARTTLS for smtp 2022-07-30 15:58:58 +02:00
Valentin Tolmer
cd0ab378ef server: deprecate smtp.tls_required, add smtp_encryption 2022-07-30 15:58:58 +02:00
Matteo Bonora
5a27ae4862
readme: Add version to docker-compose examples 2022-07-29 10:56:24 +02:00
Jun-Cheol Park
05719642ca
Fix: Change input filed to password type in change_password ui (#273) 2022-07-26 11:07:44 +02:00
Iván Izaguirre
5c584536b5
frontend: Add UUID and creation date
This exposes the new info in the GraphQL API, and adds it to the frontend.
2022-07-21 12:10:37 +02:00
Valentin Tolmer
4ba0db4e9e migration_tool: Switch from OpenSSL to Rustls 2022-07-15 15:49:15 +02:00
Valentin Tolmer
5e4ed9ee17 docker: remove libssl-dev 2022-07-15 15:49:15 +02:00
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