- 9 Posts
- 7 Comments
SpiderUnderUrBed@lemmy.zipOPto Free and Open Source Software@beehaw.org•FOSS Self-hostable or desktop app wiki (great for worldbuilding)?1·17 days ago- Probably the second, I am not hard set on a wiki
- I know but, the tools you have during the creation process itself, its useful for writing books as you said, styling, but easy cross-page linking and a whole host of other things you might need for worldbuilding I think isnt avalible in libreoffice.
SpiderUnderUrBed@lemmy.zipOPto Free and Open Source Software@beehaw.org•FOSS Self-hostable or desktop app wiki (great for worldbuilding)?1·17 days agoHow good is cross page linking?
SpiderUnderUrBed@lemmy.zipOPto Free and Open Source Software@beehaw.org•FOSS Self-hostable or desktop app wiki (great for worldbuilding)?3·17 days agoEhh, libreoffice doesn’t even come close to what I am going for, I doubt libreoffice can come anywhere close to being used in any wiki, world building or not, transitions between pages are not seamless, and the best thing it can do is just make a document look good, which is of course useful for like all other use cases, but not for a wiki, think along the line of fandom.com or wikipedia, it would be difficult to recreate something like that with libreoffice, it simply just addresses a different use case.
SpiderUnderUrBed@lemmy.zipto Linux@programming.dev•Xlibre, a new fork of the X.org X11 server, announced2·27 days agoWhats unique about herbstluftwm? I am curious about what it has to offer to you verses other tilers.
Weird thing is, is that. I only had one mscp in my app state, it was behind a arc mutex and code that accessed it was running asynchronously, but, somehow they all got the same messages for a bit, then like, stopped or got very partial messages except the intended recipient (they got the full message). Is this some memory issue, or race condition?
I don’t have this issue switching to broadcast but I’m confused
SpiderUnderUrBed@lemmy.zipOPto Selfhosted@lemmy.world•Cloudflare Tunnels is using the wrong DNS server on my k8s clusterEnglish1·2 months agoNevermind, fixed, this is what I tried applying, or maybe i should have waited for a bit and it might of worked, regardless, just incase its useful to anyone:
apiVersion: v1 kind: ConfigMap metadata: name: coredns namespace: kube-system data: Corefile: | .:53 { errors health ready kubernetes cluster.local in-addr.arpa ip6.arpa { pods insecure fallthrough in-addr.arpa ip6.arpa } hosts /etc/coredns/NodeHosts { ttl 60 reload 15s fallthrough } prometheus :9153 forward . 1.1.1.1 1.0.0.1 8.8.8.8 8.8.4.4 cache 30 loop reload loadbalance }
The issue is solved now, thanks
SpiderUnderUrBed@lemmy.zipOPto Selfhosted@lemmy.world•Cloudflare Tunnels is using the wrong DNS server on my k8s clusterEnglish2·2 months agoOk so, I think it was running on the wrong node and using thats resolv.conf which I did not update, but I am getting a new issue:
2025-05-02T21:42:30Z INF Starting tunnel tunnelID=72c14e86-612a-46a7-a80f-14cfac1f0764 2025-05-02T21:42:30Z INF Version 2025.4.2 (Checksum b1ac33cda3705e8bac2c627dfd95070cb6811024e7263d4a554060d3d8561b33) 2025-05-02T21:42:30Z INF GOOS: linux, GOVersion: go1.22.5-devel-cf, GoArch: arm64 2025-05-02T21:42:30Z INF Settings: map[no-autoupdate:true] 2025-05-02T21:42:30Z INF Environmental variables map[TUNNEL_TOKEN:*****] 2025-05-02T21:42:30Z INF Generated Connector ID: 7679bafd-f44f-41de-ab1e-96f90aa9cc34 2025-05-02T21:42:40Z ERR Failed to fetch features, default to disable error="lookup cfd-features.argotunnel.com on 10.90.0.10:53: dial udp 10.90.0.10:53: i/o timeout" 2025-05-02T21:43:30Z WRN Unable to lookup protocol percentage. 2025-05-02T21:43:30Z INF Initial protocol quic 2025-05-02T21:43:30Z INF ICMP proxy will use 10.60.0.194 as source for IPv4 2025-05-02T21:43:30Z INF ICMP proxy will use fe80::eca8:3eff:fef1:c964 in zone eth0 as source for IPv6
2025-05-02T21:42:40Z ERR Failed to fetch features, default to disable error="lookup cfd-features.argotunnel.com on 10.90.0.10:53: dial udp 10.90.0.10:53: i/o timeout"
kube-dns usually isnt supposed to give a i/o timeout when going to external domains, im pretty sure its supposed to forward it to another dns server, or do i have to configure that?