mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-05 04:00:34 +00:00
ajustes no readme
This commit is contained in:
parent
ca0c77ff73
commit
1d1bc21ab7
2 changed files with 8 additions and 12 deletions
10
README.en.md
10
README.en.md
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
Marreta is a tool for analyzing URLs and accessing web content without hassle.
|
Marreta is a tool for analyzing URLs and accessing web content without hassle.
|
||||||
|
|
||||||
|
Public instance at [marreta.pcdomanual.com](https://marreta.pcdomanual.com)!
|
||||||
|
|
||||||
## ✨ Features
|
## ✨ Features
|
||||||
|
|
||||||
- Automatically cleans and fixes URLs
|
- Automatically cleans and fixes URLs
|
||||||
|
@ -53,8 +55,6 @@ services:
|
||||||
- SITE_NAME=
|
- SITE_NAME=
|
||||||
- SITE_DESCRIPTION=
|
- SITE_DESCRIPTION=
|
||||||
- SITE_URL=
|
- SITE_URL=
|
||||||
- DNS_SERVERS=
|
|
||||||
- SELENIUM_HOST=
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- `SITE_NAME`: Your Marreta's name
|
- `SITE_NAME`: Your Marreta's name
|
||||||
|
@ -83,7 +83,7 @@ cp app/.env.sample app/.env
|
||||||
SITE_NAME="Marreta"
|
SITE_NAME="Marreta"
|
||||||
SITE_DESCRIPTION="Paywall hammer!"
|
SITE_DESCRIPTION="Paywall hammer!"
|
||||||
SITE_URL=http://localhost
|
SITE_URL=http://localhost
|
||||||
DNS_SERVERS=1.1.1.1, 8.8.8.8
|
DNS_SERVERS=1.1.1.1,8.8.8.8
|
||||||
DEBUG=true
|
DEBUG=true
|
||||||
SELENIUM_HOST=selenium-hub:4444
|
SELENIUM_HOST=selenium-hub:4444
|
||||||
LANGUAGE=pt-br
|
LANGUAGE=pt-br
|
||||||
|
@ -228,9 +228,7 @@ docker-compose exec app rm -rf /app/cache/*
|
||||||
|
|
||||||
Made with ❤️! If you have questions or suggestions, open an issue and we'll help! 😉
|
Made with ❤️! If you have questions or suggestions, open an issue and we'll help! 😉
|
||||||
|
|
||||||
Thanks to the project [https://github.com/burlesco/burlesco](Burlesco) which served as the basis for several rules!
|
Thanks to the project [https://github.com/burlesco/burlesco](Burlesco) and [https://github.com/nang-dev/hover-paywalls-browser-extension/](Hover) which was used as a basis for several rules!
|
||||||
|
|
||||||
Public instance at [marreta.pcdomanual.com](https://marreta.pcdomanual.com)!
|
|
||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
|
||||||
|
|
10
README.md
10
README.md
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
Marreta é uma ferramenta para analisar URLs e acessar conteúdo na web sem dor de cabeça.
|
Marreta é uma ferramenta para analisar URLs e acessar conteúdo na web sem dor de cabeça.
|
||||||
|
|
||||||
|
Instancia publica em [marreta.pcdomanual.com](https://marreta.pcdomanual.com)!
|
||||||
|
|
||||||
## ✨ O que tem de legal?
|
## ✨ O que tem de legal?
|
||||||
|
|
||||||
- Limpa e arruma URLs automaticamente
|
- Limpa e arruma URLs automaticamente
|
||||||
|
@ -53,8 +55,6 @@ services:
|
||||||
- SITE_NAME=
|
- SITE_NAME=
|
||||||
- SITE_DESCRIPTION=
|
- SITE_DESCRIPTION=
|
||||||
- SITE_URL=
|
- SITE_URL=
|
||||||
- DNS_SERVERS=
|
|
||||||
- SELENIUM_HOST=
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- `SITE_NAME`: Nome do seu Marreta
|
- `SITE_NAME`: Nome do seu Marreta
|
||||||
|
@ -83,7 +83,7 @@ cp app/.env.sample app/.env
|
||||||
SITE_NAME="Marreta"
|
SITE_NAME="Marreta"
|
||||||
SITE_DESCRIPTION="Chapéu de paywall é marreta!"
|
SITE_DESCRIPTION="Chapéu de paywall é marreta!"
|
||||||
SITE_URL=http://localhost
|
SITE_URL=http://localhost
|
||||||
DNS_SERVERS=1.1.1.1, 8.8.8.8
|
DNS_SERVERS=1.1.1.1,8.8.8.8
|
||||||
DEBUG=true
|
DEBUG=true
|
||||||
SELENIUM_HOST=selenium-hub:4444
|
SELENIUM_HOST=selenium-hub:4444
|
||||||
LANGUAGE=pt-br
|
LANGUAGE=pt-br
|
||||||
|
@ -228,9 +228,7 @@ docker-compose exec app rm -rf /app/cache/*
|
||||||
|
|
||||||
Feito com ❤️! Se tiver dúvidas ou sugestões, abre uma issue que a gente ajuda! 😉
|
Feito com ❤️! Se tiver dúvidas ou sugestões, abre uma issue que a gente ajuda! 😉
|
||||||
|
|
||||||
Agradecimento ao projeto [https://github.com/burlesco/burlesco](Burlesco) que serviu de base para varias regras!
|
Agradecimento ao projeto [https://github.com/burlesco/burlesco](Burlesco) e [https://github.com/nang-dev/hover-paywalls-browser-extension/](Hover) que serviu de base para varias regras!
|
||||||
|
|
||||||
Instancia publica em [marreta.pcdomanual.com](https://marreta.pcdomanual.com)!
|
|
||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue