This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traefik v3 + v2 + v1 + Docker + Let's Encrypt + GitHub Container Registry ghcr.io + Updated on 4 September 2026 | |
| Content: | |
| - Ubuntu 26.04 LTS / 24.04 LTS | |
| - Docker Engine 29.8.0 | |
| - Docker Compose v5.5.1 (docker compose plugin) | |
| - Traefik v3.7 with httpChallenge / tlsChallenge / dnsChallenge <-- USE THIS FOR NEW SETUPS | |
| - Traefik v2.11 with httpChallenge <-- legacy, security fixes only | |
| - Traefik v1.7 with dnsChallenge <-- EOL since 2019, keep for old servers | |
| - GitHub Container Registry ghcr.io |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Aplicativos mobile com o AngularJS e Ionic Framework | |
| ##Introdução | |
| Os desenvolvedores web vem a cada dia mais se tornando desenvolvedores mobile. Isso vem acontecendo graças ao surgimento de tecnologias de desenvolvimento de aplicativos mobile híbridos, onde o desenvolvedor consegue utilizar as mesmas tecnologias já conhecidas por ele na web para criar aplicativos que rodem em múltiplas plataformas. Não necessitando aprender as linguagens nativas das plataformas mobile. | |
| Atualmente existem várias tecnologias para desenvolvimento mobile híbrido, como o [Titanium](http://www.appcelerator.com/titanium/), o [PhoneGap](http://phonegap.com/), o [Xamarin](http://xamarin.com/), o [Delphi XE7](http://www.embarcadero.com/br/products/delphi), etc. | |
| O [**Ionic Framework**](http://ionicframework.com) é uma dessas tecnologias e vem ganhando destaque nos últimos. O Ionic é um framework front-end open source que utiliza o poder do HTML5 e do [AngularJS](https://angularjs.org/) para entregar uma experiência de usuário fluí |