Skip to main content
Ctrl+K
depositar 6.8.0 documentation - Home
  • User guide
  • Maintainer’s guide
  • Appendix
  • Changelog
  • GitHub
  • User guide
  • Maintainer’s guide
  • Appendix
  • Changelog
  • GitHub

Section Navigation

  • Installing depositar
    • Installing depositar from source
    • Deploying a source install
  • Translating depositar
  • Writing documentation
  • Binder service for depositar
    • Deploy locally
    • 1. Hardware and software
    • 2. Setup Kubernetes
    • 3. Install BinderHub
    • 4. Upgrade BinderHub
    • 5. Other guides
  • Maintainer’s guide
  • Binder service for depositar

5. Other guides#

5.1. Install git-crypt#

sudo apt install git-crypt

5.2. Update the Gandi PAT#

kubectl create secret generic gandi-credentials \
    -n cert-manager \
    --from-literal=pat='<PAT>' \
    --dry-run=client -o yaml | kubectl apply -f -

previous

4. Upgrade BinderHub

next

Appendix

On this page
  • 5.1. Install git-crypt
  • 5.2. Update the Gandi PAT
Show Source

© 2018-2026 The depositar Team. Licensed under Creative Commons Attribution-ShareAlike 4.0 International License.

Contact us: data.contact@depositar.io

Built with the PyData Sphinx Theme 0.15.4.