From: tuxillo Date: Fri, 9 Nov 2018 12:37:17 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/a5b87aa34f79fa4a10231fe64334f6fbc2b5d7ef --- diff --git a/docs/docs/howtos/docs/howtos/UsingChromium/index.mdwn b/docs/docs/howtos/docs/howtos/UsingChromium/index.mdwn new file mode 100644 index 00000000..c80df58b --- /dev/null +++ b/docs/docs/howtos/docs/howtos/UsingChromium/index.mdwn @@ -0,0 +1,54 @@ +## Installation + +As of the writing of this document, Chromium is in dports as www/chromium. + +### Binary package + +As root: + + # pkg install chromium + +### Building from source + +A Dports checkout/tarball is needed for this, usually you can get it easily by following the instructions in /usr/Makefile: + + # cd /usr + # make help + +To install: + + # cd /usr/dports/www/chromium + # make BATCH=yes install clean + +You can also use synth to install it: + + # cd ~ + # synth install www/chromium + +## Configuration + +Always check what the pkg-message of the package says. It will give some recommendations for the setup. + + # pkg info -D chromium + +For Chromium specifically bear in mind that IPC in FreeBSD works differently as it works in DragonFly BSD. + +## Security + +Besides the usual recommendations for web browsing security, we've created also a way of setting up Chromium to minimize the risks of exposure to certain vulnerabilities (Spectre, Meltdown) among other things. Please see: [[RunSecureBrowser|docs/handbook/RunSecureBrowser]] + +## Known problems + + + + + + + + + + + + + +
BugURLDescriptionStatus
NoneSSL certificate problem when trying to use Google Synchronization