Victor R. Santos
Victor R. Santos
Same happens when building RT-AC68U, I was building with IPSec support and got the same error: ``` Disabling code coverage for GCC checking that generated files are newer than configure......
@assarbad no, you need to add a single line in `asuswrt-merlin/release/src/router/Makefile` the _target libxml2/stamp-h1_ should look like this: ``` libxml2/stamp-h1: cd libxml2 && \ CC=$(CC) AR=$(AR) RANLIB=$(RANLIB) LD=$(LD) CFLAGS="-Os -Wall...
@YasharF I'm wondering that too, and to be honest I only posted here because it was the first place I found same issue as mine.
> I would love to give self-hosted etesync a try, but I'd like to run it on docker. I'm willing to try this on my own, but I will probably...
@worldofgeese Yes, just hadn't the time for doing it. The new Etesync 2.0 or Etebase has database breaking changes, @tasn and I talked a bit about what is the best...
It's just a renaming because the repository already has versioned tags like `v0.3.0`
@tasn does the etesync/etesync-web project contains the migration tool? Or is just the client for 2.0?
@tast Is there an easy way to test if the database is from Etesync 1.0? I'm changing the entrypoint script for etebase, and I want to avoid damaging the original...
I don't know if this worth open a new issue, but the new etebase uses a `ini` config file, the location of this file is defined on the `etebase_server/settings.py`, could...
Sure this works, but I'm trying to keep it generic for many use cases as possible. Another advantage, for me at least, is migrating all settings and db files to...