Skip to content

Instantly share code, notes, and snippets.

View erwinpalma's full-sized avatar
😊
Ready to work!

Erwin Palma erwinpalma

😊
Ready to work!
View GitHub Profile
@erwinpalma
erwinpalma / gist:68e2051e7a622e8d23274863b1db7ada
Last active March 11, 2025 18:49
Ionic App Navigation with Login, Guards & Tabs Area

Ionic App Navigation with Login, Guards & Tabs Area

Most apps require a certain kind of boilerplate code, with login, introduction page, routing and security - and that’s what we will create in this tutorial.

Image

We will start with a tabs template from Ionic and use Capacitor to store some data. Additionally we will secure the routing in our app and use a dummy JWT from the reqres.in API.

Image

Installing ownCloud on CentOS via Ansible

We will learn how to install from scratch, ownCloud using Let's Encrypt certificates on this how-to into a Centos 8 box.

Prerequisites

  • One CentOS 8 box.
  • Linux knowledge
  • One pubic address or public IP address
  • Public opened ports:
  • 443: for ownCloud
@erwinpalma
erwinpalma / README-español.md
Created February 3, 2021 09:18 — forked from Villanuevand/README-español.md
Una plantilla para hacer un buen README.md. Inspirado en el gist de @PurpleBooth => https://gist.github.com/PurpleBooth/109311bb0361f32d87a2

Título del Proyecto

Acá va un párrafo que describa lo que es el proyecto

Comenzando 🚀

Estas instrucciones te permitirán obtener una copia del proyecto en funcionamiento en tu máquina local para propósitos de desarrollo y pruebas.

Mira Deployment para conocer como desplegar el proyecto.