Giter Club home page Giter Club logo

cas-server's Introduction

CAS server

Installation

  • Simply run :
$ sudo ./cas.sh -i

Post-Installation: defaults and fixes

Sonarqube

Data value
user admin
password admin

Gitlab

Data value
user root
password Set at first login

Remove Require admin approval fo signups

AdminArea-> Settings -> General -> Signup restrictions -> UNTICK Require admin approval for new sign-ups -> Save changes

Taiga

Data value
username admin
password 123123

Fixes

Exec container

$ sudo docker exec -it taiga-front su

Sostituire in conf.json

! you need to use VI

    "publicRegisterEnabled": true,

exit;

Exec container

$ sudo docker exec -it taiga-back su

Impostare in /settings/config.py

! you need to use VI

    PUBLIC_REGISTER_ENABLED = True

Restart Taiga-Back

$ sudo docker stop taiga-back
$ sudo docker start taiga-back

Mattermost

Jenkins

Recuperare password iniziale JENKINS

$ sudo docker exec -it jenkins cat /var/jenkins_home/secrets/initialAdminPassword

Abilitare registrazione utenti

Manage Jenkins -> Configure Global Security -> Jenkins’ own user database -> -[x] Allow users to sign up

Logger-server

  • Optional: can update CORS origin
docker exec -it logger su
[docker] apt install nano
[docker] nano api/config.py

Nginx

Automatizzare CertBot

sudo crontab -e

inserire

45 2 * * 6 certbot -q renew  

Testa il renew ogni sabato alle 2:45, si rinnova se scade in meno di 30 giorni

KNOWN ISSUE

NON FUNZIONA RINNOVO AUTOMATICO.

$ sudo docker stop nginx
$ sudo certbot renew
$ sudo lsof -i:80
$ kill -9 [PIDS of lsof]
$ sudo docker start nginx

Check scadenza manuale

openssl x509 -noout -dates -in /etc/letsencrypt/live/aminsep.disi.unibo.it/cert.pem

Gestione Spazio

In caso di occupazione completa dello spazio su disco:

  $  mount
  $  sudo lvextend -L +10G /dev/mapper/vg0-var
  $  sudo resize2fs /dev/mapper/vg0-var

cas-server's People

Contributors

elperon avatar litoss avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.