After years of promises of implementing playlists and quietly removing it from their featured to do list, id like to see what alternative yall could recommend thats equally permanent and allows you to create playlists?
By permanent i mean that with freetube, i dont have much fear that it will suddenly go dark like an invidious instance, id like to have something similar with an alternative if possible.
any help is highly appreciated.
i dont really care about my ip so i have little worry there, they dont care
i always have problems trying to selfhost literally anything, invidious was the only thing that ever worked and that was only thanks to the automated docker image they have (which i think was from the same site?) and docker im iffy about to use again cause trying to move your data is a nightmare, copy folders didnt work as i was told and im not even gonna attempt any docker command beyond compose up to get that data, cause i simply do not understand it enough to actually try to use them
if there is an actually easy way to move data form docker images i would love to know and ill try invidious again
thank you for wanting to help!
No problem. I will say one thing for future reference regarding Docker though, if you want to have persistent data or move data or keep data around so that it can be mounted to another container, volumes are what accomplishes this. If using a docker command for starting a container, make sure you either create a volume first or the command includes the option to create a volume and mount it. If using compose, you want a volume block within the compose file to store your persistent data. This will make your life much easier.
i frankly did not understand anything you just said, let alone how to accomplish this the article you mentioned seems to require a lot more understanding than i have, cause i cant fully comprehend what they are telling me entirely either
Well if you are really interested there are free docker courses like learndocker.online that can help.