opensource

Back Open Paginator
23.08.2025 20:43
sysadminszone (@sysadminszone@noc.social)

We've just released version 0.21.0 of Homebox! This release introduces some amazing new features and bug fixes.

As usual, a huge thanks to all of our #opensource #developers !

Read more here:
github.com/sysadminsmedia/home

#selfhosted #software #dev




Show Original Post


23.08.2025 20:40
radwebhosting (@radwebhosting@mastodon.social)

How to Generate a Full Using (Simple 3-Minute Guide) This article provides a detailed step-by-step description of how to generate a full VPS backup using rclone.
What is rclone?
Rclone is a powerful open-source command-line tool for managing files on cloud storage services and local storage. You can think of it as kind of like "rsync" (the popular file-copying tool), but specifically ...
Continued 👉 blog.radwebhosting.com/how-to-




Show Original Post


23.08.2025 20:36
linuxsolutions (@linuxsolutions@mastodon.social)

☁ Transição do VMware para o Apache CloudStack: Alternativa open source que elimina custos de licenciamento! 🚀 Transforme sua TI em um ambiente mais lucrativo e competitivo. 👉 linuxsolutions.com.br/vmware-p





Show Original Post


23.08.2025 20:31
blablalinux (@blablalinux@mastodon.blablalinux.be)

Dans cette vidĂ©o đŸŽ„, je vous montre comment installer et utiliser ffSend en quelques commandes seulement. C'est simple, rapide et super pratique ! đŸ”„ #Linux #OpenSource #tutoriel #astuce #informatique

👉 peertube.blablalinux.be/w/ke7S

Une petite question pour vous ! 👇

Quel est votre outil en ligne de commande prĂ©fĂ©rĂ© pour optimiser votre flux de travail ? Dites-le-moi en commentaire ! 👇




Show Original Post


23.08.2025 20:21
onetechnews (@onetechnews@mastodon.social)

-OSS: 's models released as

technewsro.blog/seed-oss-model





Show Original Post


23.08.2025 20:19
XeroLinux (@XeroLinux@fosstodon.org)

G'day y'all

Will be streaming soon join us !

youtube.com/watch?v=wztvd3h-vbI

#FOSS #Linux #OpenSource




Show Original Post


23.08.2025 20:17
xoron (@xoron@infosec.exchange)

Send files privately. No cloud. No trace.

glitr.io

I’m working towards something for #secure / #private / #simple #P2P #filetransfer. It isnt as “simple” as it could be, im still working on it, but ive got it down to:

Zero-installation as a #PWA

Zero-registration by using local-only storage

#P2P-authentication using #WebCryptoAPI

Fast #datatransfer using #WebRTC, #syncthing, #croc, #sphynctershare and countless others. the key difference in my approach is that its a #webapp thats ready to go without any "real" setup process. you just need a browser.

I’m aware there are things like #SFTP and several other established protocols and tools. I started doing this because I was learning about #WebRTC and it seems suprisingly capable. This isnt ready to replace any existing apps or services.

(Note: I know you guys are typically interested in #opensource code. this project is a spin-off from a bigger project: github.com/positive-intentions)

Let me know what you think about the app, features and experience you would expect from a tool like this.

---

SUPER IMPORTANT NOTES TO PREVENT MISLEADING:

These projects are not ready to replace any existing apps or services.

These projects are not peer-reviewed or security audited.

The chat-app is #opensource for transparency (as linked above)... but the file-app is not open souce at all (especially spicy when not reviewed or audited.).

All projects behind positive-intentions are provided for testing and demo purposes only.





Show Original Post


23.08.2025 20:15
blog (@blog@kaspars.net)

Notes on FAIR Package Manager

Had a deeper look at the FAIR package manager today.

Right now the WordPress integration plugin doesn’t verify package signatures. That means WordPress sites can’t yet cryptographically confirm that a downloaded plugin or theme really came from the claimed publisher.

Verification isn’t trivial either. To check a did:plc identity properly you have to walk the entire chain of signed operations all the way back to the genesis operation. That’s where the DID is anchored.

That requires some pretty heavy crypto for a WordPress host (where the client plugin is installed):

Not every shared host is going to have PHP extensions for all of that. The protocol does elegantly handle key rotation but the burden of verification falls entirely on the consumer.

Just “trusting” whatever keys come back from plc.directory for each package DID identifier isn’t secure. You have to validate the full audit log yourself because otherwise you’re open to tampering. 

So the standard is promising but until FAIR bakes in real signature checks, WordPress users aren’t getting the security guarantees this model could deliver. 

The rest of plugin features are really nice for privacy and general data protection — you no longer report all published content to Ping-o-Matic or send every admin dashboard request to WP-org servers. Here is a report of all external calls made by standard WordPress installs.

#OpenSource #PHP #Plugin

kaspars.net/10293




Show Original Post


23.08.2025 20:02
xoron (@xoron@infosec.exchange)

Selhosted P2P E2EE File Transfer & Messaging PWA

positive-intentions.com

* #OpenSource
* #CrossPlatform
* #PWA
* #iOS, #Android, #Desktop (self compile)
* App store, Play store (coming soon)
* Desktop
* #Windows, #MacOS, #Linux (self compile)
* run `index.html` on any modern #browser
* #Decentralized
* #Secure
* #NoCookies
* #P2P #encrypted
* No registration
* No installing
* #Messaging
* Group Messaging (coming soon)
* Text Messaging
* #Multimedia Messaging
* #Screensharing (on desktop browsers)
* Offline Messaging (in #research phase)
* #FileTransfer
* #VideoCalls
* #DataOwnership
* #SelfHosted
* GitHub pages Hosting
* #LocalOnly storage

Check them out!

(Degoogled links to the apps)
- P2P Chat: chat.positive-intentions.com
- P2P File: file.positive-intentions.com
- Encrypted drive storage: dim.positive-intentions.com/?p

- GitHub: github.com/positive-intentions

IMPORTANT NOTES (PLEASE READ!):
* These are NOT products. It's for #testing and #demonstration purposes only.
* They have NOT been reviewed or audited. Do NOT use for sensitive data.
* All functionality demonstrated is experimental.
* This is NOT meant to replace robust solutions like #VeraCrypt, #Simplexchat, #Signal, #Whatsapp, #wetransfer. It's just a #proofofconcept to show what's possible with #browser #APIs.





Show Original Post


23.08.2025 20:01
p (@p@pixelfed.de)
Musik am Aachener Dom

#aachen #musik #music #cathedral #photo #photography #urbanphotography #livemusic #mastoart #art #streetart #streetphotography #reisefotografie #fotografie #foto #fotografia #lowlightphotography #travelphotography #fotografiadeviaje #opensource #opensourcesoftware #linux #gimp



Show Original Post


23.08.2025 19:58
xoron (@xoron@infosec.exchange)

File Encryption with JavaScript.

I've been exploring the #WebCryptoAPI and I'm impressed!

When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!

I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.

Live Demo: dim.positive-intentions.com/?p

Demo Code: github.com/positive-intentions

About the Dim framework:
positive-intentions.com/docs/c

IMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The "password encryption" currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.

#Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept





Show Original Post


23.08.2025 19:28
techxperts (@techxperts@mastodon.social)

Tired of overpaying for Zapier/Make.com? 💾 Activepieces is the open-source hero for builders. Unlimited tasks, built-in AI agents đŸ€–, and full ownership when you self-host. No more task limits or vendor lock-in!





Show Original Post


1 ...5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 ...6043
UP