Or maybe a way to use existing cloud services like Google Drive or OneDrive or Dropbox for this purpose?

I just have a bunch of .deb files and I think this could be really useful. Plus I will be offloading some of my storage ๐Ÿ˜

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 4 points 2 years ago* (2 children)

Use a standard Webserver like nginx and enable access protection with username + password. For that you can use your favorite web hoster.

You can specify the credentials like this in sources.list format: deb https://user:password@your-server.tld

  • source
  • hideshow 4 child comments
  • @petrescatraian@libranet.de to add on to this, you can also use apt_auth.conf (man doc) to define the passwords for accessing your stuff. The repo has to be behind HTTP basic auth.

    So, the steps are:

    Anti Commercial-AI license

  • source
  • parent
  • [โ€“] [S] 1 point 2 years ago (1 child)

    Thanks. I was looking into self hosting as well. Do I need to also own a domain for this or can I point my system to the IP address only?

  • source
  • parent
  • hideshow 2 child comments