Salta al contenuto
0
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Recenti
  • Popolare
  • Tag
  • Utenti
  • Gruppi
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Recenti
  • Popolare
  • Tag
  • Utenti
  • Gruppi
Skin
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Predefinito (Nessuna skin)
  • Nessuna skin
Collassa

Piero Bosio Web Site

Forum federato con il resto del mondo. Non contano le istanze, contano le persone

  1. Home
  2. Categorie
  3. Senza categoria
  4. Setting up Ap-Cacher-NG on #Debian to cache packages in your #homelab - Great if one has multiple #Debian systems around!

Setting up Ap-Cacher-NG on #Debian to cache packages in your #homelab - Great if one has multiple #Debian systems around!

Pianificato Fissato Bloccato Spostato Senza categoria
debianhomelabyoutube
3 Post 2 Autori 0 Visualizzazioni
  • Da Vecchi a Nuovi
  • Da Nuovi a Vecchi
  • Più Voti
Rispondi
  • Topic risposta
Effettua l'accesso per rispondere
Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
  • jhxundefined Questo utente è esterno a questo forum
    jhxundefined Questo utente è esterno a questo forum
    jhx
    scritto su ultima modifica di
    #1

    Setting up Ap-Cacher-NG on #Debian to cache packages in your #homelab - Great if one has multiple #Debian systems around!
    (Let alone saving to download everything all the time on every system)

    On #youtube 📹

    https://youtu.be/In-Uf-DUlhM

    HankBundefined 1 Risposta Ultima Risposta
    1
    • jhxundefined jhx

      Setting up Ap-Cacher-NG on #Debian to cache packages in your #homelab - Great if one has multiple #Debian systems around!
      (Let alone saving to download everything all the time on every system)

      On #youtube 📹

      https://youtu.be/In-Uf-DUlhM

      HankBundefined Questo utente è esterno a questo forum
      HankBundefined Questo utente è esterno a questo forum
      HankB
      scritto su ultima modifica di
      #2

      @jhx I used apt-cacher-ng while testing a ZFS on root script I was working on. I was doing multiple Debian installs to cover various combinations so caching the packages reduced he need to hammer the Debian mirrors. I continued using it until I found it didn't fetch all packages, so keep an eye out for that. Maybe that's been fixed.

      jhxundefined 1 Risposta Ultima Risposta
      1
      • HankBundefined HankB

        @jhx I used apt-cacher-ng while testing a ZFS on root script I was working on. I was doing multiple Debian installs to cover various combinations so caching the packages reduced he need to hammer the Debian mirrors. I continued using it until I found it didn't fetch all packages, so keep an eye out for that. Maybe that's been fixed.

        jhxundefined Questo utente è esterno a questo forum
        jhxundefined Questo utente è esterno a questo forum
        jhx
        scritto su ultima modifica di
        #3

        @HankB
        Thanks for the hint!
        I also need to keep an eye on that.
        So far all packages seemed to be cached.

        1 Risposta Ultima Risposta
        1
        Rispondi
        • Topic risposta
        Effettua l'accesso per rispondere
        • Da Vecchi a Nuovi
        • Da Nuovi a Vecchi
        • Più Voti


        Gli ultimi otto messaggi ricevuti dalla Federazione
        • mORAundefined
          mORA

          @sio Oppure andrebbero convocate quando nessuno dei partecipanti può.

          per saperne di più

        • Gabrielebuundefined
          Gabrielebu

          @francina1909 tutta sta gente che salutava sempre...

          per saperne di più

        • Sioundefined
          Sio

          Non bisognerebbe mai fare le riunioni

          per saperne di più

        • julianundefined
          julian

          Ben-Stokes you'll want to use NodeBB-plugin-sso-oauth2-multiple or nodebb-plugin-session-sharing 🙂

          per saperne di più

        • Anfi Boloundefined
          Anfi Bolo

          Il nuovo post di universita-it: Il nuovo professore avatar che rivoluziona le lezioni di medicina

          Qui il post completo: https://www.universita.it/professore-avatar-lezioni-medicina/

          @universitaly

          per saperne di più

        • Francy 🌻undefined
          Francy 🌻

          @Uilebheist @ALFA @lysander
          Ehi ma non lo sapete che lo hanno identificato?
          È Gustavo Lafessa 😂😂😂

          per saperne di più

        • Marco Previatiundefined
          Marco Previati

          @francina1909 quelli che lo fanno santo sono quelli che da vivo lo apprezzavano. Per gli altri rimane un pezzo di merda prima e dopo.

          per saperne di più

        • Ben Stokesundefined
          Ben Stokes

          kblade said in Run NodeBB along with my website using my website's auth system.:
          > Hi,
          >
          > I am creating a website for e-learning purposes on the MEAN.JS stack and want to add NodeBB as the community part.
          >
          > But as NodeBB has its own authentication system and so does my website, is there a way to sync the two. I don't want to keep the NodeBB login/register system but only of my website and users logged into my website should be loggedin to NodeBB as well.
          >
          > I have been going through the NodeBB code and haven't been able to figure it out. Can anyone help me with this please.
          > My questions are
          >
          > Is it possible to make NodeBB sync with my auth system?
          > if so, then how can I go about with it, without modifying much of NodeBB?
          > Thank you

          I had the same question when I was looking into integrating NodeBB with my own web app. I also wanted to avoid having two separate login/register systems and instead rely on my site’s existing authentication so that users could seamlessly log in to both. The default NodeBB setup doesn’t make this obvious, and I wasn’t sure if it could sync without a lot of custom code. From what I’ve read, people usually suggest looking into SSO plugins or writing a custom authentication strategy so that NodeBB accepts your existing session or token. But like you, I was hoping to do this with minimal modification to NodeBB itself. I’d really appreciate it if anyone who has implemented this could share the best approach, whether it’s using passport, JWT, or something else that plays nicely with NodeBB. I know I am reviving a very old thread because somebody has already asked that question please help

          per saperne di più
        • Accedi

        • Accedi o registrati per effettuare la ricerca.
        Powered by NodeBB Contributors
        • Primo post
          Ultimo post