You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
passerelle/debian
Emmanuel Cazenave 65409f2070
gitea/passerelle/pipeline/head This commit looks good Details
sne: start connector (#77933)
3 days ago
..
source debian: switch package format to 3.0 (quilt) (#32261) 4 years ago
README.Debian Add 'debian/' from commit 'cd367dca1b743666174862dc659b2276ce01cf1b' 8 years ago
changelog Add 'debian/' from commit 'cd367dca1b743666174862dc659b2276ce01cf1b' 8 years ago
control sne: start connector (#77933) 3 days ago
copyright Add 'debian/' from commit 'cd367dca1b743666174862dc659b2276ce01cf1b' 8 years ago
debian_config.py utils: add a PDF class (#74797) 3 months ago
nginx-example.conf Add 'debian/' from commit 'cd367dca1b743666174862dc659b2276ce01cf1b' 8 years ago
passerelle-manage debian: run with python3 (#43753) 3 years ago
passerelle.cron.d debian: explain that crons are now managed by uwsgi spooler (#50870) 2 years ago
passerelle.cron.hourly debian: explain that crons are now managed by uwsgi spooler (#50870) 2 years ago
passerelle.dirs jobs: use uwsgi spooler to run jobs (#50017) 2 years ago
passerelle.docs debian: apply wrap-and-sort 12 months ago
passerelle.init jobs: use uwsgi spooler to run jobs (#50017) 2 years ago
passerelle.install debian: apply wrap-and-sort 12 months ago
passerelle.postinst jobs: use uwsgi spooler to run jobs (#50017) 2 years ago
passerelle.service debian: remove obsolete standard error output config from systemd unit (#65101) 10 months ago
passerelle.triggers debian: handle hobo-redeploy trigger (#9405) 8 years ago
py3dist-overrides debian: declare python3-levenshtein package dependency (#65288) 11 months ago
rules debian: switch to debhelper-compat 12 (#57538) 2 years ago
settings.py trivial: apply black (#49820) 2 years ago
uwsgi.ini uwsgi: new configuration (#67578) 8 months ago

README.Debian

Passerelle server for Debian
============================

Create a tenant
---------------

   $ passerelle-manage create_tenant foo.passerelle.example.org

Configure nginx
---------------

1. Copy /usr/share/doc/passerelle/nginx-example.conf to /etc/nginx/sites-available/passerelle.conf:
   # cp /usr/share/doc/passerelle/nginx-example.conf /etc/nginx/sites-available/passerelle.conf

2. Edit /etc/nginx/sites-available/passerelle.conf

3. Enable nginx passerelle site:
   # ln -s ../sites-available/passerelle.conf /etc/nginx/sites-enabled/

4. Reload nginx:
   # service nginx restart