Petr Sedlacek
Petr Sedlacek
Ladies and gentlemen, it's alive! :blush: The second revision works correctly (don't even ask about the first revision... :wink:). Latest revision has been pushed to my fork.  ``` usb...
@fi0 I guess that wouldn't be too difficult - all the switch footprints would need to be replaced and re-routed. I have _loads_ of Kailh sockets, so might have a...
Both Discipline (65%) and Mysterium (TKL) through-hole boards use a through-hole USB-C connector: https://www.digikey.com/product-detail/en/USB4085-GF-A/2073-USB4085-GF-ACT-ND/9859733 I'll take a stab at modifying the PCB for this connector.
So, looks like I managed to do it, see the pull request above. I included the zip file with the gerbers if anybody wants to inspect them. This was my...
@bhuhnke Yes, I was also thinking a separate branch would be warranted because of the limited availability of the through-hole USB-C connector (I only found it at DigiKey...). Either a...
@bhuhnke I don't suppose you're in the EU? I'm probably going to order the minimum quantity which is 5 from JLCPCB, could easily send you one for testing.
@hknoener I guess the cookie domain is still not correct in your install. 1) What sync server address are you using when logging in? 2) What did you set `COOKIE_DOMAIN`...
@hknoener Thanks for providing all the detail. You are right that the cookie domain is set correctly. However, you are accessing the API via an unencrypted HTTP connection (not https),...
That's for you to decide, @hknoener. I don't have any involvement with the project, I'm just another guy who likes to self-host stuff, trying to help other similarly-inclined folk :)...
Do you see any cookie errors in the Developer tools Console by any chance? If you do, please refer to this issue: https://github.com/standardnotes/server/issues/1068 tl;dr: You need to set `COOKIE_DOMAIN=` in...