FlowChart.fun - (★454 on GitHub) easy webapp to create flowcharts by simply typing text with indents.
#react #chart
#react #chart
Tauri - (★13.4k on GitHub) is a framework for building tiny, blazing fast binaries for all major desktop platforms. The core is built with Rust and the CLI leverages Node.js making Tauri a genuinely polyglot approach to creating and maintaining great apps.
The biggest difference from Electron is that it doesn't use Chromium under the hood, it uses system webviews. That makes it much faster and more resource efficient.
#desktop #rust #cli
The biggest difference from Electron is that it doesn't use Chromium under the hood, it uses system webviews. That makes it much faster and more resource efficient.
#desktop #rust #cli
Focalboard - (★2.2k on GitHub) is an open source, self-hosted alternative to Trello, Notion, and Asana.
It helps define, organize, track and manage work across individuals and teams. Focalboard comes in two editions:
- Focalboard Personal Desktop: A stand-alone desktop app for your todos and personal projects. This is a single-tenant locally run server running Focalboard for optimal speed and performance.
- Focalboard Personal Server: A self-hosted server for your team to collaborate.
#todo #tickets #planning
It helps define, organize, track and manage work across individuals and teams. Focalboard comes in two editions:
- Focalboard Personal Desktop: A stand-alone desktop app for your todos and personal projects. This is a single-tenant locally run server running Focalboard for optimal speed and performance.
- Focalboard Personal Server: A self-hosted server for your team to collaborate.
#todo #tickets #planning
Reproxy - (★270 on GitHub) is a minimalistic reverse proxy server from legendary Umputun and Bobuk.
- Automatic SSL termination with Lets Encrypt
- Support of user-provided ssl certificates
- Simple but flexible proxy rules
- Static, command line proxy rules provider
- Dynamic, file-based proxy rules provider
- Docker provider with an automatic discovery
- Optional traffic compression
- User-defined limits and timeouts
- Single binary distribution
- Docker container distribution
- Builtin static assets server
- Open source
I will try to install this proxy for my personal server to try it because I had recently some issues with Caddy
#proxy #reverse #bobukrecommends
- Automatic SSL termination with Lets Encrypt
- Support of user-provided ssl certificates
- Simple but flexible proxy rules
- Static, command line proxy rules provider
- Dynamic, file-based proxy rules provider
- Docker provider with an automatic discovery
- Optional traffic compression
- User-defined limits and timeouts
- Single binary distribution
- Docker container distribution
- Builtin static assets server
- Open source
I will try to install this proxy for my personal server to try it because I had recently some issues with Caddy
#proxy #reverse #bobukrecommends
Ory/Kratos - (★3.1k on GitHub) - Next-gen SSO identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, profile management, identity schemas, social sign in, registration, account recovery, service-to-service and IoT auth. Can work as an OAuth2 / OpenID Connect Provider. Golang, headless, API-only - without templating or theming headaches.
#sso #user #management #login #auth #bobukrecommends
#sso #user #management #login #auth #bobukrecommends
Awesome-Selfhosted - (★58.1k) is a list of Free Software network services and web applications which can be hosted on your own servers
#awesome #free #opensourse
#awesome #free #opensourse
BitClout - (150★ at GitHub) is a new type of social network that lets you speculate on people and posts with real money, and it’s built from the ground up as its own custom blockchain.
This is very interesting idea and ambitious experiment, so try to read their main concept ideas here: https://docs.bitclout.com/
#social #network #crypto
This is very interesting idea and ambitious experiment, so try to read their main concept ideas here: https://docs.bitclout.com/
#social #network #crypto
Piped - (1k★) is an alternative YouTube self-hosted frontend which is efficient by design.
By using Piped, you can freely watch and listen to content freely without the fear of prying eyes watching everything you are doing.
Features:
- No Ads
- No Tracking
- Infinite Scrolling
- Login
- Feeds
- Integration with SponsorBlock
- Integration with LBRY
- 4K support
- No connections to Google's servers
- Playing just audio
- Comments
- Playlist support
- Captions support
- Search Suggestions
- Livestreams support with a quality selector
- PWA support
- Support for IOS
- Preferences saved locally
- Multi-region loadbalancing
- Performant by design, designed to handle 1000s of users concurrently
#youtube #privacy
By using Piped, you can freely watch and listen to content freely without the fear of prying eyes watching everything you are doing.
Features:
- No Ads
- No Tracking
- Infinite Scrolling
- Login
- Feeds
- Integration with SponsorBlock
- Integration with LBRY
- 4K support
- No connections to Google's servers
- Playing just audio
- Comments
- Playlist support
- Captions support
- Search Suggestions
- Livestreams support with a quality selector
- PWA support
- Support for IOS
- Preferences saved locally
- Multi-region loadbalancing
- Performant by design, designed to handle 1000s of users concurrently
#youtube #privacy
👍1
Earthly - (4,8k★ on GitHub) is a build automation tool for the container era. It allows you to execute all your builds in containers. This makes them self-contained, repeatable, portable and parallel. You can use Earthly to create Docker images and artifacts (e.g., binaries, packages, arbitrary files).
#build #ci #cd #docker #makefile
#build #ci #cd #docker #makefile
ripgrep - (27.5k★) is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default,
#rust #search #cli #terminal
ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. Written on Rust.#rust #search #cli #terminal
Argo Project - is a collection of projects to get stuff done with Kubernetes
- Argo Workflows (9.7k★) — is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo Workflows is implemented as a Kubernetes CRD (Custom Resource Definition).
- Argo CD (7.6k★) — is a declarative, GitOps continuous delivery tool for Kubernetes.
- Argo Events (1.2k★) — is an event-driven workflow automation framework for Kubernetes. It allows you to trigger 10 different actions (such as the creation of Kubernetes objects, invoke workflows or serverless workloads) on over 20 different events (such as webhook, S3 drop, cron schedule, messaging queues - e.g. Kafka, GCP PubSub, SNS, SQS).
...and others tools
#kubernetes #orchestration #devops #deploy #ci #cd
- Argo Workflows (9.7k★) — is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo Workflows is implemented as a Kubernetes CRD (Custom Resource Definition).
- Argo CD (7.6k★) — is a declarative, GitOps continuous delivery tool for Kubernetes.
- Argo Events (1.2k★) — is an event-driven workflow automation framework for Kubernetes. It allows you to trigger 10 different actions (such as the creation of Kubernetes objects, invoke workflows or serverless workloads) on over 20 different events (such as webhook, S3 drop, cron schedule, messaging queues - e.g. Kafka, GCP PubSub, SNS, SQS).
...and others tools
#kubernetes #orchestration #devops #deploy #ci #cd
Toxiproxy - (7.4k★) is a TCP proxy to simulate network and system conditions for chaos and resiliency testing. It's made specifically to work in testing, CI and development environments, supporting deterministic tampering with connections, but with support for randomized chaos and customization. Toxiproxy is the tool you need to prove with tests that your application doesn't have single points of failure.
#ci #test #resiliency
#ci #test #resiliency
youtube-dl - (104.3k★) is extremely popular script that allows you to download YouTube videos directly from your terminal without a Premium account. Especially useful, when you need to download few videos for a long flights ✈️ 😅
#youtube #python #script #terminal
#youtube #python #script #terminal
Hasura - (25.3k★ on GitHub) blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events. Hasura is an open source product that accelerates API development by 10x by giving you GraphQL or REST APIs with built in authorization on your data, instantly.
#graphql #api
#graphql #api
EdgeDB - (6.5k★ on GitHub) is a database designed to solve some fundamental design flaws that make working with databases—both relational and NoSQL alike—unnecessarily onerous.
It thinks about schema the same way you do: as objects with properties connected by links. You can call it a relational database with an object-oriented data model, or a graph database with strictly enforced schema. We call it the first graph-relational database.
#db #database #nosql #graph
It thinks about schema the same way you do: as objects with properties connected by links. You can call it a relational database with an object-oriented data model, or a graph database with strictly enforced schema. We call it the first graph-relational database.
#db #database #nosql #graph
❤1🔥1
Jackal - (1.2k★) is a free, modern, open-source, high performance XMPP server which aims to be known for its stability, simple configuration and low resource consumption. Written in Go.
jackal supports the following features:
● Customizable
● Enforced SSL/TLS
● Stream compression (zlib)
● Database connectivity for storing offline messages and user settings (PostgreSQL 9.5+, BoltDB)
● Caching (Redis 6.2+)
● Clustering capabilities (etcd 3.4+)
● Expose prometheus metrics
● Cross-platform (OS X, Linux)
#oldschool #messagers #xmpp #privacy
jackal supports the following features:
● Customizable
● Enforced SSL/TLS
● Stream compression (zlib)
● Database connectivity for storing offline messages and user settings (PostgreSQL 9.5+, BoltDB)
● Caching (Redis 6.2+)
● Clustering capabilities (etcd 3.4+)
● Expose prometheus metrics
● Cross-platform (OS X, Linux)
#oldschool #messagers #xmpp #privacy
❤2👍1
IceFireDB - (815★ on GitHub) cloud native decentralized distributed nosql database, Web3 world access point, based on RESP, RAFT, OSS, IPFS and blockchain.
● High performance
● Distributed consistency
● Reliable LSM disk storage
● Support OSS storage engine
● Based on IPFS decentralized storage, build a persistent data distributed storage layer.(beta version)
● Support kv metadata layer and mixed storage structure of hot and cold(upgrading soon)
● More advanced cache implementation, faster LSM persistent storage
#blockchain #nosql
● High performance
● Distributed consistency
● Reliable LSM disk storage
● Support OSS storage engine
● Based on IPFS decentralized storage, build a persistent data distributed storage layer.(beta version)
● Support kv metadata layer and mixed storage structure of hot and cold(upgrading soon)
● More advanced cache implementation, faster LSM persistent storage
#blockchain #nosql
🔥3❤1🎉1