i only found this 2 days ago but i seems like what youre after. its like a more modern version of wallabag
dave
i used that for a few years. really nice looking UI. the closest thing ive seen to that is Blinko
i tried CasaOS for a quick minute. its decent and just has the basics like setting up any disks and then has an app store. its really just a front end for docker and you can manually input the details of any docker containers that arent in the store
ive mostly been running docker stuff on my Synology nas. cant think of the model number now, 218+ i think, but any of the "plus" models will let you run docker. its very similar to Casa, no messing around with command line stuff. ive been self hosting for 10 years now and never touched the command line so i dont know what people are on about here saying you will have trouble
dietpi is another thing ive used on a few devices, mainly small SBCs and raspberry pi's, but i think they might have a version that you can install on anything. its basically just debian, and it has a sort of a wizard that helps set up various things like set up disks and install apps. its headless though so no GUI unless you install one, and the wizard is run from the terminal but youre not having to type any commands at least
good answers already so i will give you a different example.
my basic understanding of it is that docker was created originally for developers. im not sure if anyone planned for it to be a way to package up software for end users.
before docker existed you would have this issue where devs would be working on an app, say jellyfin, but each dev might be on a different platform (windows, mac, linux), or be using a different OS version, or different versions of whatever software... which meant it happened often that the app would work for one dev but not another. maybe one dev updated C# to version 2.3 and told everyone else to update, but someone missed the memo and is still running version 2.2 and now jellyfin wont work for them and time would be wasted trying to figure out where the mismatch was
so docker was a way to fix that "version hell" problem. every single thing that is needed for the app to run is kept inside the container. one dev will update something to a new version, then that container is shared to all other devs and each dev only has to worry about updating to the newest container before they start working on something.
app settings are kept in a separate location and the app data in another. in the case of jellyfin, the app data would be the movies or tv shows folder for example. then when you start the docker container, it will symlink those 2 locations/folders inside the container and the jellyfin app can access them as if they were folders that were actually stored inside the container.
so having the settings and data separate like that makes it very easy to update the container to a new version, or for a developer is probably useful being able to rollback to an older container for testing. its similar to how say windows puts the program files in one location and settings in the appdata folder
for end users its handy if theres a new version of jellyfin or whatever that isnt released yet but you want try it out, you can run 2 containers at the same time and both of them can access the same settings and data. (maybe with the newer one in read-only mode so it doesnt mess up your settings or data!)
it just depends on how much resources the app needs. some need more CPU cores, RAM, or storage than others.
the main selling point with PikaPods is having them manage app installs and the server for you, so youre paying a bit more for that convenience but there are other options that would work out cheaper if you dont mind doing a bit more of the work yourself.
the Zimaboard for example, is a small and cheap SBC similar to something like a Raspberry Pi that has ports to attach an SSD or HDD drive. it comes preinstalled with CasaOS which is a simplified Linux OS that makes it easy to set up drives and it has a similar 1-click install app store to PikaPods.
theres other options like renting servers online from the likes of Hetzner or Netcup and then installing CasaOS yourself, or there are other things that manage app installs like YunoHost or Cloudron. theres almost too many options in a way!
i started out years ago with Synology NAS, which was very expensive up front but also very easy to set up and they have a good selection of web apps that they make themselves with mobile apps that are decent enough. i used that for years and then just gradually learned more about self-hosting over the years, so thats not a bad route to take either if youre interested.
just a FYI, Synology is based in Taiwan, and the Zimaboard company is based in Hong Kong/China. i havnt done much research into EU alternatives yet
ok. my reality have been truly checked! i havnt been thinking much about that type of thing, but yea we have definitely put ourselves in a terrible position.
everything that has happened since the 90s... using email for communication, everyone switching to using the cloud for nearly everything, i havnt stepped foot in a bank in 15+ years, so many things rely on computers and the internet now... what happens when most of that stops working!?
theres a lot of scrambling right now with countries trying to get their military back up to speed. let's hope this is something that gets just as much attention.
where do you even start though lol?
dam it anyway, where did you find this out? i switched to their aquafresh toothpaste recently because they were the only other option apart from colegate in the tesco i shop at, and i also read an article from last year that they were relocating the toothpaste manufacturing from somewhere in the uk to slovakia, so i thought i was sorted but maybe not
im counting 4 now, maybe there are more? seems a bit odd to have so much work done on creating the same thing, and relying on people emailing things that are missing and just hoping someone will update their sites. at least isthisfrom.eu has their data on github so you can update it yourself
yea it simulates keypresses somehow, like how autohotkey or xdotool does. i should probably throw out a disclaimer before i hype it up too much though :p
it used to work a lot better back when most sites had both the username and password input box on the same page. sites like google have started putting them on different pages now which confuses things. the sequence of keys it sends is {USERNAME}{TAB}{PASSWORD}{ENTER} so it doesnt really have awareness of the actual input box elements the way a browser extension would
the quick fix for this is to just use the separate hotkeys ctrl+1 to autotype the username and then ctrl+2 for the password
can anyone comment on how the files are actually stored? is everything imported into a database or can it just work with any sort of folder structure you have already?
even if youve deleted your twitter account dont forget there are redirect extensions that can redirect any twitter links to nitter, just in case you click on a link by accident. its better to be safe than sorry!
https://libredirect.github.io/