The article discusses Sosse, a self-hosted web scraper that allows users to archive their favorite websites. It highlights the tool's simplicity, ease of installation via Docker, and its ability to create full HTML snapshots of web pages, including stylesheets and assets. The author integrates Sosse into their workflow for archiving articles and technical documentation, praising its minimal interface and reliability.
Documentation for docker-mailserver (DMS), a production-ready fullstack mail server. It covers getting started, configuration, examples, FAQs, and contributing guidelines.
This article details seven Docker containers – Nextcloud, Vaultwarden, Homepage, Firefly III, Excalidraw, Code-server, and Docmost – and how they are used to enhance personal and professional productivity. It focuses on self-hosting and streamlining workflows.
Create standalone with Splunk Free license
Splunk Free is the totally free version of Splunk software. The Free license lets you index up to 500 MB per day and will never expire.
Execute the following to bring up a Splunk Free standalone environment:
$ docker run --name so1 --hostname so1 -p 8000:8000
-e "SPLUNK_PASSWORD=<password>"
-e "SPLUNK_START_ARGS=--accept-license"
-e "SPLUNK_LICENSE_URI=Free"
-it splunk/splunk:latest