(no commit message)
[ikiwiki.git] / docs / docs / howtos / docs / howtos / UsingChromium / index.mdwn
1 ## Installation
2
3 As of the writing of this document, Chromium is in dports as www/chromium.
4
5 ### Binary package
6
7 As root:
8
9     # pkg install chromium
10
11 ### Building from source
12
13 A Dports checkout/tarball is needed for this, usually you can get it easily by following the instructions in /usr/Makefile:
14
15     # cd /usr
16     # make help
17
18 To install:
19
20     # cd /usr/dports/www/chromium
21     # make BATCH=yes install clean
22
23 You can also use synth to install it:
24
25     # cd ~
26     # synth install www/chromium
27
28 ## Configuration
29
30 Always check what the pkg-message of the package says. It will give some recommendations for the setup.
31
32     # pkg info -D chromium
33
34 For Chromium specifically bear in mind that IPC in FreeBSD works differently as it works in DragonFly BSD.
35
36 ## Security
37
38 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]]
39
40 ## Known problems
41
42 <table style="width:100%">
43   <tr>
44     <th>BugURL</th>
45     <th>Description</th>
46     <th>Status</th>
47   </tr>
48
49   <tr>
50     <td>None</td>
51     <td>SSL certificate problem when trying to use Google Synchronization</td>
52     <td></td>
53   </tr>
54 </table>