Friday, 25 February 2022
Interesting Snippets from 2022-02-25
-
GitHub - Forceu/Gokapi: Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported.
Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. It is similar to the discontinued Firefox Send, with the difference that only the admin is allowed to upload files. This enables companies or individuals to share their files very easily and having them removed afterwards, therefore saving disk space and having control over who downloads the file from the server. Identical files will be deduplicated. An API is available to interact with Gokapi. AWS S3 and Backblaze B2 can be used instead of local storage. Customization is very easy with HTML/CSS knowledge.
Interesting Snippets from 2022-02-24
-
GitHub - planetscale/beam: A simple message board for your organization or project
Beam is a simple tool that allows members to write posts to share across your organization. Think of it like a lightweight internal blog. Features include a simple Markdown-based editor with preview, image drag and drop, comments and likes, search, a clean responsive layout with dark mode support, and an admin role for hiding posts.
-
TOOLBOX - Proxmox Monitoring Tools and Diagnostic Reports
a container of functionality to safeguard, manage and monitor the health of your hypervisor or cluster of hypervisors.
Interesting Snippets from 2022-02-17
-
GitHub - scottchiefbaker/dool: Python3 compatible clone of dstat
Dool is a Python3 compatible clone of Dstat. After Dag Wieers ceased development of Dstat I forked the project to continue development. Dool is a Python 2.x and 3.x compatible version of Dstat with a couple minor bug fixes.
-
GitHub - gristlabs/grist-core: Grist is the evolution of spreadsheets.
Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.
Interesting Snippets from 2022-02-16
-
GitHub - floccusaddon/floccus: Sync your bookmarks privately across browsers
Syncs your real, native browser bookmarks directly
-
xBrowserSync - Browser syncing as it should be: secure, anonymous and free!
xBrowserSync is a free and open-source alternative to browser syncing tools offered by companies like Google, Firefox, Opera and others. The project was born out of a concern for the over-reliance on services provided by big tech, who collect as much personal data as they can and have demonstrated that they do not respect their user’s privacy. Now, with the proliferation of open-source code and projects it’s easier than ever to create tools and services that allow users to take back control of their data!
Interesting Snippets from 2022-02-15
-
GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Learning how to design scalable systems will help you become a better engineer.
-
IP Address to IP Location and Proxy Information | IP2Location
Geo IP solution to identify country, region, city, latitude & longitude, ZIP code, time zone, connection speed, ISP, domain name, IDD country code, area code, weather station data, mobile network codes (MNC), mobile country codes (MCC), mobile carrier, elevation, usage type, address type, advertising category, VPN and residential proxies.
-
GitHub - authelia/authelia: The Single Sign-On Multi-Factor portal for web apps
Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for reverse proxies like nginx, Traefik or HAProxy to let them know whether requests should either be allowed or redirected to Authelia's portal for authentication.
-
GitHub - schollz/croc: Easily and securely send things from one computer to another
croc is a tool that allows any two computers to simply and securely transfer files and folders.
-
GitHub - pavlobu/deskreen: Deskreen turns any device with a web browser into a secondary screen for your computer
Deskreen is an electron.js based application that uses WebRTC to make a live stream of your desktop to a web browser on any device. It is built on top of Electron React Boilerplate For better security mechanism, end-to-end encryption is implemented, which is inspired by darkwire.io.
-
GitHub - sissbruecker/linkding: Self-hosted bookmark service
linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy to set up using Docker.