docker-etebase icon indicating copy to clipboard operation
docker-etebase copied to clipboard

Docker image files for Etebase server

Results 16 docker-etebase issues
Sort by recently updated
recently updated
newest added

Hi, I'm creating a local image with: ``` git clone --single-branch https://github.com/victor-rds/docker-etebase.git cd docker-etebase docker build -f tags/alpine/Dockerfile --tag etesync:alpine . ``` The I test running the container (without sharing...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/victor-rds/docker-etebase). ## Config Migration Needed - [ ]...

AFAIK there is no easy way to get notification when new images is published on Docker Hub, so… can you please start making GitHub releases when you push docker image...

[LDAP support was added to Etebase a couple of weeks ago](https://github.com/etesync/server/pull/64). It supports easy config, so integrating it into this Docker image should be straightforward: https://github.com/etesync/server/blob/master/etebase-server.ini.example#L25-L35 ```text ;[ldap] ;server =...

I just started exploring the possibilities of running own instance of etebase and found out there are at least two well maintained docker repositories: 1. upstream-maintained: https://github.com/etesync/etesync-dav/blob/master/README.md#docker 2. yours My...

On the docker page: https://hub.docker.com/r/victorrds/etesync under "Usage" the link to the docker-compose examples is broken: You can find more examples, using docker-compose [here](https://hub.docker.com/r/victorrds/examples/) Clicking on the "Here" link returns a...

It's great to see that this repo's using Renovate, ensuring that any security vulnerabilities get patched on time. However, in spite of the repository seeing regular small changes and updates,...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | python | final | patch | `3.12.1-slim` -> `3.12.3-slim` | |...

Hello, thank you very much for this useful image. Is there any chance you could add a CORS env option to accommodate the [web client](https://pim.etesync.com/login)? There was an [issue](https://github.com/etesync/server/pull/4) once...

cannot reproduce

Hi, I'm using the following docker-compose = ``` version: "3" volumes: etebase_data: services: etebase: image: victorrds/etesync:latest container_name: etebase user: "1000:1000" volumes: - :/data:rw environment: SERVER: http SUPER_USER: admin SUPER_PASS: TIME_ZONE:...