Not too far ago, I invested several days into "mastering" and tuning TiddlyWiki. It was an interesting experience. I loved it on the whole and felt very enthusiastic about using it store all my knowledge. It's super flexible and use of tags, filters and macros make it unique. However, it's a bit complicated for mass adoption. Also, the extended use of its powerful features may make your computer tangibly slow.
That's why I found "Obsidian", that's what I'm using today to store my knowledge.
Based on our record, TiddlyWiki should be more popular than nginx. It has been mentiond 191 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Once we have the operator installed, let’s deploy an Nginx deployment and create a Kubernetes service for it. We expose the Nginx deployment using the ClusterIP service type in Kubernetes. By default, ClusterIP restricts access to the service from within the cluster only, meaning it won’t be accessible from outside the cluster. Later in this guide, we’ll see how to enable secure external access to this service... - Source: dev.to / 3 months ago
Nginx: A reverse proxy to handle client requests and route them to Gunicorn. - Source: dev.to / about 2 months ago
Welcome to nginx! If you see this page, the nginx web server is successfully installed and Working. Further configuration is required. For online documentation and support please refer to href="http://nginx.org/">nginx.org. Commercial support is available at href="http://nginx.com/">nginx.com. Thank you for using nginx. - Source: dev.to / about 2 months ago
I've always been passionate about contributing to the tech community, and this article is my way of sharing what I've learned. Before diving in, it's beneficial to have a basic understanding of deploying to a DigitalOcean droplet, whether through a CI/CD pipeline or manually uploading your JAR files and running the app on the server. In this guide, I’ll walk you through setting up Nginx, and Certbot, and securing... - Source: dev.to / 4 months ago
Before diving into the specifics of Nginx and Traefik, let’s quickly define what a reverse proxy is. A reverse proxy sits between the client (browser or other services) and your backend services (web servers or applications). It handles incoming requests, routes them to the appropriate backend service, and forwards the response to the client. Reverse proxies are typically used for:. - Source: dev.to / 5 months ago
There is also https://tiddlywiki.com/ that you can save anywhere. - Source: Hacker News / about 2 months ago
- 100% handcrafted human code (TM) Here's the primary trick that makes this possible: https://news.ycombinator.com/item?id=43179649 [2] Notetime - https://news.ycombinator.com/item?id=43434152 [4] TiddlyWiki - https://tiddlywiki.com/. - Source: Hacker News / 3 months ago
Is this similar to TiddlyWiki https://tiddlywiki.com/ ? - Source: Hacker News / 3 months ago
Imagine having a personal wiki that fits in a single HTML file — no databases, no servers, just a self-contained knowledge base you can store in Dropbox, email to yourself, or even host on a static file server. Sounds familiar? Inspired by the legendary TiddlyWiki, I set out to create a minimalist wiki that’s lightweight and works even without JavaScript. - Source: dev.to / 4 months ago
Tiddlywiki https://tiddlywiki.com/ is good at cross-linking notes and publishing to the web. Consider writing plain HTML and calling it a digital garden, so you aren't locked into the chronological feed blog mindset. Maybe Obsidian Publish? https://obsidian.md/publish#:~:text=Explore%20Publish%20sites%20by%20the%20Obsidian%20community. - Source: Hacker News / 6 months ago
Apache Tomcat - An open source software implementation of the Java Servlet and JavaServer Pages technologies
Obsidian.md - A second brain, for you, forever. Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.
Apache HTTP Server - Apache httpd has been the most popular web server on the Internet since April 1996
Zim Wiki - Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images.
Traefik - Load Balancer / Reverse Proxy
DokuWiki - DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.