OPNsense Forum

International Forums => Portuguese - Português => Topic started by: juliocbc on July 15, 2021, 03:06:20 pm

Title: Repositório Community
Post by: juliocbc on July 15, 2021, 03:06:20 pm
Pessoal,

Colocamos no ar nosso novo repositório community! Com ele agora é possível instalar plugins como o WebFilter 100% via WebGUI.

É totalmente gratuito e tem instruções disponíveis aqui: https://wiki.cloudfence.com.br/ (https://wiki.cloudfence.com.br/)

Junto com este lançamento, já disponibilizamos a versão nova do Web Filter plugin, que está redesenhado e permite agora escolher qual blacklist se deseja usar.

Qualquer dúvida, basta responder a esta thread.

Abs!
Title: Re: Repositório Community
Post by: danderson on July 16, 2021, 03:59:53 pm
no sirve en 21.1.8_1 en ingles, puedo instaler el repo, pero no viste os-web-filter cuando busco y cuando instaler el package tiene errors

root@router:/usr/local/etc/pkg/repos # pkg add https://community.cloudfence.com.br/os-cloudfence-repo.txz
Fetching os-cloudfence-repo.txz: 100%    5 KiB   4.8kB/s    00:01
Installing os-cloudfence-repo-0.9...
Extracting os-cloudfence-repo-0.9: 100%
mkdir: /usr/local/etc/pkg/fingerprints/Cloudfence: No such file or directory
Configuring system logging...done.
Stopping configd...done
Starting configd.
Title: Re: Repositório Community
Post by: juliocbc on July 16, 2021, 05:22:58 pm
Hello danderson,

Thanks for your feedback!

I'll answer in english because my spanish is really bad! :-)

We just tried in our lab, and it works.

Please try on shell (CLI) as root:

#pkg update

And try again on WebGUI.

You can also try installing it from shell:

#pkg install os-web-filter


Please send the output if you got any errors.
Title: Re: Repositório Community
Post by: danderson on July 16, 2021, 08:15:29 pm
im running a few other repo's as well mainly ntop and mimugmail but i dont see your repo being updated and when i look in the repos folder i dont see any config for your repo after the package repo is installed

root@router:~ # pkg add https://community.cloudfence.com.br/os-cloudfence-repo.txz
Fetching os-cloudfence-repo.txz: 100%    5 KiB   4.8kB/s    00:01
Installing os-cloudfence-repo-0.9...
Extracting os-cloudfence-repo-0.9: 100%
mkdir: /usr/local/etc/pkg/fingerprints/Cloudfence: No such file or directory
Configuring system logging...done.
Stopping configd...done
Starting configd.
root@router:~ # pkg update
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
Updating mimugmail repository catalogue...
mimugmail repository is up to date.
Updating ntop repository catalogue...
ntop repository is up to date.
All repositories are up to date.
root@router:~ # pkg install os-web-filter
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
Updating mimugmail repository catalogue...
mimugmail repository is up to date.
Updating ntop repository catalogue...
ntop repository is up to date.
All repositories are up to date.
Updating database digests format: 100%
pkg: No packages available to install matching 'os-web-filter' have been found in the repositories
Title: Re: Repositório Community
Post by: danderson on July 17, 2021, 05:09:53 pm
just tried it on a base system of opnsense 21.1.8_1 and same errors/issues as above, so its not related to the other repo i had on my 1st test system.
Title: Re: Repositório Community
Post by: juliocbc on July 19, 2021, 02:59:11 pm
Try this:

Code: [Select]
pkg update -r Cloudfence
Please post the output here.