Any idea to store somewhere secure files with passwords/credentials?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 5 2016
Feb 2 2016
Jan 28 2016
Jan 27 2016
Jan 25 2016
GitHub: done for Nasqueron. I've also configured an hook for Wolfplex and Keruald repos.
Jan 24 2016
Jan 23 2016
- -------------------------------------------------------------
- Notifications center
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Author: Sébastien Santoro aka Dereckson
- Project: Nasqueron
- Created: 2016-01-23
- Description: Listen to webhooks, fire notifications to
# the broker. Used for CI / IRC notifications.
- Image: nasqueron/notifications
- Services used: RabbitMQ broker (white-rabbit)
- Docker volume (/data/notifications/storage)
- -------------------------------------------------------------
BROKER_HOST=white-rabbit.nasqueron.org BROKER_USER=`ssh -i /root/.ssh/id_zr zr@ysul.nasqueron.org getcredentials 56 username` BROKER_PASS=`ssh -i /root/.ssh/id_zr zr@ysul.nasqueron.org getcredentials 56` BROKER_VHOST=dev
Credentials created on the broker and saved at K56.
Jan 22 2016
Jan 21 2016
Jan 20 2016
Worked, but an error occured (known issue, see https://github.com/letsencrypt/boulder/issues/1217) at the first try.
Jan 19 2016
According /etc/nginx/nginx.conf, port assigned for notifications.nasqueron.org is the 37080.
Jan 18 2016
Jan 14 2016
Jan 8 2016
Jan 7 2016
Live at http://builds.nasqueron.org/.
Jan 1 2016
Committed as rVIPERSERV7e3bbdce009d.
Dec 31 2015
$ apt-get install libxslt1-dev $ chmod +x /usr/local/bin/docker-php-* # Pending T642 resolution $ docker-php-ext-install xsl
The goal of this change is to be able to run a minimalist phpcs --standard=PSR1 run.
Dec 23 2015
Dec 22 2015
Dec 21 2015
Let's take a shorcut.
Adding to this sprint.
Dec 19 2015
Dec 18 2015
As said in T579, we have two approach:
Jenkins can send events to our notifications center or directly to our broker.
The back-end part is done and working.
Dec 12 2015
There is a nice C library for AMQP, rabbitmq-c.