Skip to content

Instantly share code, notes, and snippets.

View macagua's full-sized avatar
🏠
Working from home

Leonardo J. Caballero G. macagua

🏠
Working from home
View GitHub Profile
@macagua
macagua / Nginx_Proxy_Manager.md
Last active March 30, 2022 21:49
How install 'Nginx Proxy Manager' with 'Docker Compose'

nginx-proxy-manager

For build the containers, execute the following command:

$ sudo docker-compose up -d
$ sudo docker-compose logs -f nginx-proxy-manager
@macagua
macagua / Odoo_Facebook_Login.rst
Last active June 5, 2024 06:30
Odoo and Facebook

Odoo and Facebook Login

UPDATED: Wed 30 Mar 2022 06:14:30 PM -04.

Configure to allow user to sign up using OAuth

Tested

@macagua
macagua / Odoo_Google_OAuth2.rst
Last active April 1, 2022 19:23
Odoo and Google OAuth 2

Odoo and Google OAuth 2

UPDATED: Wed 30 Mar 2022 06:17:03 PM -04.

Configure to allow user to sign up using OAuth

Tested

@macagua
macagua / Docker_debconf_unable_initialize_frontend_Dialog.rst
Last active April 10, 2022 11:07
debconf: unable to initialize frontend: Dialog

For remove this message

debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
@macagua
macagua / doodba_cheatsheet.md
Last active September 19, 2022 18:44 — forked from michaelkarrer81/doodba_cheatsheet.md
[doodba tools] doodba tools and commands #doodba #odoo #docker #invoke #pre-commit

Installation

This project itself is just the template, but you need to install these tools to use it:

@macagua
macagua / README.rst
Last active October 4, 2022 18:18
Install Odoo 8.0, Postgres 9.4, pgweb and wdb for Development environment

Install Postgres 9.4

Executing the following command:

$ docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres \
         --name challenge_db postgres:9.4
@macagua
macagua / semantic-commit-messages.md
Created October 12, 2022 14:38 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@macagua
macagua / semantic-branch-names.md
Created October 12, 2022 14:38 — forked from seunggabi/semantic-branch-names.md
semantic-branch-names.md

Semantic Branch Names

See how a minor change to your branch name style can make you a better programmer.

Format: <type>/#<issueNumber>-<alias>

Example

@macagua
macagua / index.md
Created October 13, 2022 04:22 — forked from erral/index.md
How to deploy Volto sites automatically in non-docker scenarios
@macagua
macagua / Instalar Plone 5.2.11 en Linux.rst
Last active February 20, 2023 16:24
Instalación de Plone 5.2.11 en Linux con zc.buildout usando el proyecto training_buildout

Instalar dependencias

Actualizar dependencias base de Linux, ejecutando los siguientes comandos:

sudo apt-get update && sudo apt-get upgrade -y

Ubuntu