Wenn ich Dateien oder Fotos mit Freunden teile, lade ich die auf meiner #NAS hoch und erstelle einen Passwort-geschützten Link, mit dem Gäste Dateien hoch- und herunterladen können.
Jetzt will ich die NAS aber nicht mehr direkt am Internet haben.
Kennt jemand eine leichtgewichtige Alternative? Ich brauche keine Nextcloud, keine Nutzerverwaltung. Mir würde es schon reichen, Dateien per SFTP bei meinem Webhoster hochzuladen und nen Link zu generieren.
#selfhosting #selfhosted #opensource
Jami è l’alternativa open source e sicura per comunicazioni vocali, video e messaggi su Linux. Scopri come funziona e perché scegliere un sistema decentralizzato. #Linux #UnoLinux #OpenSource
GitHub - mdornseif/osm-treewarden: Bäume in OSM kuratieren. https://github.com/mdornseif/osm-treewarden #OpenStreetMap #OpenSource #typescript #mapping #GitHub #tree
Odwrót od MS – Europa przeprasza Open Source
Pierwszy poważniejszy artykuł, tym razem nietechniczny. Będzie o cyfrowej suwerenności Europy, jej zależności od Big Techów, o zmianie kursu na Open Source i o tym jak sobie z tym radzą poszczególne kraje europejskie w tym Polska. Poruszam także temat wydarzeń, które stały się katalizatorem zmian w postrzeganiu wolnego oprogramowania przez europejskich polityków oraz korzyści i wyzwania jakie wiążą z migracją na otwartoźródłowe oprogramowanie w organach administracyjnych.
Artykuł nieco dłuższy, ale mam nadzieję, że zainteresuje wielu z Was. Zapraszam do lektury oraz oczywiście do dyskusji w wątku lub w komentarzach.
https://wolnoscwkieszeni.pl/odwrot-od-ms-europa-przeprasza-open-source/
#eu #linux #opensource #euos

Creating hashed passwords in #copyparty is not fun, this area could sure use some love. It costed all my spoons today just to understand so-called "argon2 hashing". Sophisticated user management of several users will likely annoy you.
It's time consuming to really secure a copyparty server nicely, be warned. It's not intuitive. There was no cli utility analogous, to, say "smbpasswd".
#OpenSource #SelfHosting
#infosec
(Linux news in previous posts of thread)
FOSS NEWS
NewPipe 0.28.0 released with Android Auto support, option to add feed groups as tabs on main screen, Trending page now includes live streams, YouTube playback issues fixed, new YouTube temporary playlist export option, etc.:
https://alternativeto.net/news/2025/8/newpipe-0-28-0-finally-introduces-android-auto-support-updated-trending-page-and-more/
Shotcut 25.07 released with STT model downloader, new System Fusion theme, Outline video filter, ability to drag the waveform peak line to adjust audio gain, Adjust Clip Gain/Volume setting under Settings > Timeline, edit/trim option for Timeline, Soft Focus filter set, option to set Audio/Video duration in the Slideshow Generator dialog, etc.:
https://9to5linux.com/shotcut-25-07-video-editor-introduces-speech-to-text-model-downloader
Audacious 4.5 released with new Playback History plugin for the Qt build, Winamp 2.9 skin, support for the Album Artist tag in the APE header, support for outdated ReplayGain tags in Opus files, support for fetching lyrics from lrclib.net, support for reading color schemes from the settings portal, etc.:
https://9to5linux.com/audacious-4-5-open-source-audio-player-adds-playback-history-plugin-winamp-2-9-skin
CDE (Common Desktop Environment) is ported to OpenBSD:
https://ostechnix.com/cde-openbsd-classic-unix-desktop/
(As noted in the article, CDE isn't really secure to use anymore as a daily driver due to lack of development, but it's good for some nostalgia purposes)
#WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #NewPipe #YouTubeFrontend #Shotcut #Audacious #CDE #CommonDesktopEnvironment #BSD #OpenBSD #VideoEditor #VideoEditing #ContentCreation #Multimedia #MusicPlayer #DesktopEnvironment #RetroTech #FosseryTech
Deputy (https://github.com/hgrsd/deputy) now allows you to specify a path to your AI/LLM configuration markdown file, so you can tweak its behaviour. This is in addition to the defaults that it tries to read.
Want to give it a try? `cargo install deputy` and you're ready to go (provided you have an OpenAI or Anthropic API key, or a local OpenAI or Anthropic-compatible API that you can use, e.g. through ollama).
To be clear, this project has mostly been a way for me to get my feet wet in how these types of AI assistants work and to get some concrete experience with API consumption and tool calling as a client. That said, it's always fun to write a CLI using Rust and it's actually starting to prove very usable.
#tech #ai #claude #openai #anthropic #opensource
OpenAI omarmt open source! 🚀 Een gamechanger voor de AI-wereld. Wat denk jij, revolutie of niet? #AI #OpenSource
https://itinsights.nl/het-laatste-it-nieuws/openai-kiest-open-source-revolutie-in-ai/
New version fo Nitrokey App2 available 😎 #opensource https://www.nitrokey.com/blog/2025/nitrokey-app2-release-v235
An #E2EE messaging app unaffected by #ChatControl
* App: https://chat.positive-intentions.com/
* Code: https://github.com/positive-intentions/chat
* Reddit: https://www.reddit.com/r/positive_intentions
How it works: https://positive-intentions.com/docs/projects/chat
TLDR: I'm working on a #P2P messaging #webapp. Webapps are generally not considered secure because of the nature of serving statics over the internet. This is correct, but not a limitation of this project. (#selfhosting options: https://positive-intentions.com/blog/docker-ios-android-desktop).
As a webapp, I can provide the app with zero-installation and no-registration. The app is only using (local-only) browser storage (specifically #indexedDB). So in a P2P interaction, the traditional concept of "the cloud" is just the physical devices connected over #WebRTC. This allows for things like P2P authentication: https://positive-intentions.com/blog/security-privacy-authentication.
Future:
I'm aiming to create the most secure messaging app out there... (more than #Signal, #Simplex, #threema, #session, #deltachat, #bitchat, etc). I know I have a long way to go to get there. The UI is fairly ugly for the average user, but I think the mechanics are working as expected. I think #JavaScript is underrated in what you can do with it. I'm actively investigating improving the #encryption approach further to align to how the Signal protocol works (currently using a #DiffieHellman key-exchange).
Support:
In the age of #ChatControl, I would like to keep this project #opensource, but open-source funding is not working for me. I don't want your donations (but don't let that stop you) because it isn't sustainable for a long-term project. I have so far only experienced grant-funding rejections. I have no idea what I'm doing in trying to get funding for this project, so any support/advice is appreciated. In recognition of the project in its current state not being able to get funding... (sorry) I will have to go #closedsource (which I'd like to avoid because it undermines several #cybersecurity claims I'd like to make). I don't accept collaboration on the project because this would make tough decisions like going closed-source also immoral.
#privacy #security #messaging #decentralized #peer2peer #webdev #cryptography #selfhosted #FOSS #tech #infosec #developer #funding #startup
Je peux ENFIN tester ART sur MacOS. ARTherapee est un clone de RAWTherapee, orienté Photo. Après darktable, affinity photo, rapidraw, que vaut cette application de retouche photo opensource ? https://www.youtube.com/watch?v=aqqfuFVp-mQ #photography #photoediting #opensource #artherapee #darktable