You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
461 lines
18 KiB
461 lines
18 KiB
<!DOCTYPE HTML> |
|
<html> |
|
|
|
<head> |
|
<title>PwOSS - Privacy with Open Source Software</title> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> |
|
<link rel="stylesheet" href="assets/css/main.css" /> |
|
|
|
<!-- favicon --> |
|
<link rel="icon" type="image/x-icon" href="images/pwoss.svg" /> |
|
|
|
<link rel="preload" href="assets/webfonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin> |
|
<link rel="preload" href="assets/webfonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin> |
|
<link rel="preload" href="assets/webfonts/sanspro/source-sans-pro-v14-latin-300italic.woff" as="font" |
|
type="font/woff2" crossorigin> |
|
<link rel="preload" href="assets/webfonts/sanspro/source-sans-pro-v14-latin-300.woff" as="font" type="font/woff2" |
|
crossorigin> |
|
<link rel="preload" href="assets/webfonts/sanspro/source-sans-pro-v14-latin-regular.woff" as="font" |
|
type="font/woff2" crossorigin> |
|
<link rel="preload, stylesheet" href="assets/css/main.css" as="style" /> |
|
<link rel="preload, stylesheet" href="assets/css/fontawesome-all.min.css" as="style" /> |
|
|
|
<noscript> |
|
<link rel="preload, stylesheet" href="assets/css/noscript.css" as="style" /> |
|
</noscript> |
|
<!-- <script> |
|
/* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */ |
|
function myFunction() { |
|
var x = document.getElementById("myTopnav"); |
|
if (x.className === "topnav") { |
|
x.className += " responsive"; |
|
} else { |
|
x.className = "topnav"; |
|
} |
|
} |
|
</script> --> |
|
</head> |
|
|
|
<body class="is-preload"> |
|
|
|
<!-- Wrapper --> |
|
<div id="wrapper" class="divided" id="top"> |
|
|
|
<!-- Banner --> |
|
<section |
|
class="banner style3 orient-right content-align-center image-position-left fullscreen onload-image-fade-up onload-content-fade-left"> |
|
<div class="content"> |
|
<h1>Privacy with <br />Open Source Software</h1> |
|
<p class="major">Get rid of the data collector and become your own digital hoster. |
|
<strong>PwOSS</strong> is design for |
|
everyone by everyone! Get help, tutorials, simple installations |
|
(kind of) for Server & Desktop - based on Arch and Mobile solutions. |
|
</p> |
|
<ul class="actions stacked"> |
|
<li> |
|
<a href="#try" class="button primary large wide smooth-scroll-middle">Try it</a> |
|
</li> |
|
</ul> |
|
<p>We also host a few services like a private messenger, a private search engine, a private Git instance |
|
...</p> |
|
<ul class="actions stacked"> |
|
<li> |
|
<a href="#services" class="button fit small wide smooth-scroll-middle">SERVICES</a> |
|
</li> |
|
</ul> |
|
</div> |
|
<div class="image"> |
|
<img src="images/pwoss.svg" alt="" /> |
|
<ul class="actions stacked"><br /> |
|
<li> |
|
<a href="#news" class="button small smooth-scroll-middle">NEWS</a> |
|
<a href="https://git.pwoss.org" class="button small smooth-scroll-middle">GIT</a> |
|
<a href="https://wiki.pwoss.org" class="button small smooth-scroll-middle">WIKI</a> |
|
<a href="https://element.pwoss.org" class="button small smooth-scroll-middle">CHAT</a> |
|
<a href="https://searx.pwoss.org" class="button small smooth-scroll-middle">SEARX</a> |
|
<!-- <a href="javascript:void(0);" class="icon" onclick="myFunction()"> |
|
<i class="fa fa-bars"></i> --> |
|
</li> |
|
</ul> |
|
</div> |
|
</section> |
|
|
|
<!-- Distros --> |
|
<section class="wrapper style1 align-center" id="try"> |
|
<div class="inner"> |
|
<h2>The three</h2> |
|
<p>Get back your privacy and install it, help us, add other distros ... </p> |
|
<div class="items style1 medium onscroll-fade-in onload-fade-in"> |
|
<section> |
|
<img src="images/server.svg" alt="server" /> |
|
<h3>Server</h3> |
|
<p>To sync your important data such as contacts, calendars, photos, videos, documents ...</p> |
|
<ul class="actions stacked"> |
|
<li> |
|
<a href="https://wiki.pwoss.org/content/desktop/arch" |
|
class="button primary fit small wide smooth-scroll-middle">Arch Linux</a> |
|
</li> |
|
</ul> |
|
</section> |
|
<section> |
|
<img src="images/desktop.svg" alt="desktop" /> |
|
<h3>Desktop</h3> |
|
<p>Instead of Mac or Windows, try to switch to a Linux |
|
system.</p><br /> |
|
<ul class="actions stacked"> |
|
<li> |
|
<a href="https://wiki.pwoss.org/content/server/arch-x86_64" |
|
class="button primary fit small wide smooth-scroll-middle">Arch Linux</a> |
|
</li> |
|
</ul> |
|
</section> |
|
<section> |
|
<img src="images/mobile.svg" alt="mobile" /> |
|
<h3>Mobile</h3> |
|
<p> |
|
The smartphone is the biggest data-leak issue and should be stopped as soon as possible. |
|
</p> |
|
<ul class="actions stacked"> |
|
<li> |
|
<a href="https://wiki.pwoss.org/content/mobile/android/overview" |
|
class="button primary fit small wide smooth-scroll-middle">Android</a> |
|
<a href="https://wiki.pwoss.org/content/mobile/linux/overview" |
|
class="button primary fit small wide smooth-scroll-middle">Linux</a> |
|
</li> |
|
</ul> |
|
</section> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
<!-- News --> |
|
<section class="wrapper align-center"> |
|
<div class="inner"><br /> |
|
<title>PwOSS - Privacy with Open Source Software</title> |
|
<h2 id="news">Latest News</h2> |
|
<p>Categories: <a href="categories/news/overview.html">News</a>, <a |
|
href="categories/pwoss/overview.html">PwOSS</a>, <a |
|
href="https://wiki.pwoss.org/content/tutorials/tutorials">Tutorials</a></p> |
|
|
|
<!-- Template. Copy from <section to </section> and added to the first news and delete the third one. --> |
|
<!-- |
|
<section |
|
class="spotlight style2 orient-right content-align-left image-position-center onscroll-image-fade-in onload-content-fade-left onload-image-fade-right" |
|
id="news"> |
|
<div class="content"> |
|
<h2>TITLE</h2> |
|
<p> |
|
<author><strong>Author</strong>: YOUR NAME </author><br /> |
|
<date><strong>Date</strong>: DD/MONTH/YEAR </date><br /> |
|
<category><strong>Category</strong>: <a href="categories/CATEGORY/YEAR/overview.html"> |
|
CATEGORY NAME</a> |
|
</category> |
|
</p> |
|
<p> |
|
YOUR CONTENT. MAX 3 sentences |
|
</p> |
|
<ul class="actions stacked"> |
|
<li> |
|
<a href="categories/CATEGORY/YEAR/DATE-MONTH.html" class="button small">Read |
|
More</a> |
|
</li> |
|
</ul> |
|
</div> |
|
<div class="image"> |
|
<image src="images/CATEGORY/IMAGE.svg/png/jpg" alt="IMAGE NAME" /> |
|
</image> |
|
</div> |
|
</section> |
|
--> |
|
<!-- Posts --> |
|
|
|
<section |
|
class="spotlight style2 orient-right content-align-left image-position-center onscroll-image-fade-in onload-content-fade-left onload-image-fade-right" |
|
id="news"> |
|
<div class="content"> |
|
<h2>2021 - The Celebration Year!</h2> |
|
<p> |
|
<author><strong>Author</strong>: Dan </author><br /> |
|
<date><strong>Date</strong>: 14/08/2021 </date><br /> |
|
</p> |
|
<p> |
|
30 years of Linux - <a href="https://linuxfoundation.org/linux30th/" target="blank" |
|
rel="external nofollow noopener">https://linuxfoundation.org/linux30th/</a>. |
|
<br> |
|
And 10 years of encrypted DNS - <a href="https://dnscrypt.info/" target="blank" |
|
rel="external nofollow noopener">https://dnscrypt.info/</a>. |
|
<br><br> |
|
Check <a href="https://sdns2021.dnscrypt.info/" target="blank" |
|
rel="external nofollow noopener">sdns://2021</a>! That is <b>TODAY</b>! |
|
</div> |
|
<div class="image"> |
|
<image src="images/news/dnscrypt/sdns.png" alt="sdns" /> |
|
</image> |
|
</div> |
|
</section> |
|
|
|
<section |
|
class="spotlight style2 orient-left content-align-left image-position-center onscroll-image-fade-in onload-content-fade-left onload-image-fade-right" |
|
id="news"> |
|
<div class="content"> |
|
<h2>PwOSS - Status page</h2> |
|
<p> |
|
<author><strong>Author</strong>: Dan </author><br /> |
|
<date><strong>Date</strong>: 08/08/2021 </date><br /> |
|
<category><strong>Category</strong>: <a href="categories/pwoss/overview.html">PwOSS</a> |
|
</category> |
|
</p> |
|
<p> |
|
I've added a status page under <a href="https://status.pwoss.org">status.pwoss.org</a>.<br> |
|
I've just updated the servers and everything still seems to run smoothly with the new |
|
mariadb v10.6.<br> |
|
If something seems strange, let me know. |
|
</p> |
|
</div> |
|
<div class="image"> |
|
<image src="images/pwoss.svg" alt="pwoss" /> |
|
</image> |
|
</div> |
|
</section> |
|
|
|
<section |
|
class="spotlight style2 orient-right content-align-left image-position-center onscroll-image-fade-in onload-content-fade-left onload-image-fade-right" |
|
id="news"> |
|
<div class="content"> |
|
<h2>OPNsense <u>last</u> 21.<b>1</b>.9 release & OPNsense <u>new</u> 21.<b>7</b>.1 release</h2> |
|
<p> |
|
<author><strong>Author</strong>: Dan </author><br /> |
|
<date><strong>Date</strong>: 08/08/2021 </date><br /> |
|
</p> |
|
<p> |
|
OPNsense has released 2 new updates - v21.1.9 & v21.7.1<br> |
|
The updates up to 21.7.1 ran without problems.<br> |
|
<blockquote>After some initial trouble with particular Intel network card instability<br> |
|
and two installer shortcomings this brings the first round of stable<br> |
|
updates, general improvements and even new features.<br> |
|
<br> |
|
The OpenVPN integration required a few more changes for the 2.5 series<br> |
|
and Unbound would stall when the new cache restore feature was caching<br> |
|
an empty response. |
|
</blockquote> |
|
<a href="https://forum.opnsense.org/index.php?PHPSESSID=0n2p5hu6n8rndoiikemfmtup23&topic=24089.0" |
|
target="blank" rel="external nofollow noopener">Release Notes - 21.1.9</a><br> |
|
<a href="https://forum.opnsense.org/index.php?PHPSESSID=0n2p5hu6n8rndoiikemfmtup23&topic=24233.0" |
|
target="blank" rel="external nofollow noopener">Release Notes - 21.7.1</a> |
|
</div> |
|
<div class="image"> |
|
<image src="images/news/opnsense/opnsense-icon.png" alt="opnsense" /> |
|
</image> |
|
</div> |
|
</section> |
|
|
|
<section |
|
class="spotlight style2 orient-left content-align-left image-position-center onscroll-image-fade-in onload-content-fade-left onload-image-fade-right" |
|
id="news"> |
|
<div class="content"> |
|
<h2>uMatrix UPDATE!! v.1.4.3b0</h2> |
|
<p> |
|
<author><strong>Author</strong>: Dan </author><br /> |
|
<date><strong>Date</strong>: 20/07/2021 </date><br /> |
|
</p> |
|
<p> |
|
Very good news!!! uMatrix is "back"!<br> |
|
<a href="https://github.com/gorhill/uMatrix/releases" target="blank" |
|
rel="external nofollow noopener">gorhill is giving us another update</a> for his |
|
very helpful Firefox and Chromium addon!<br> |
|
The last update was already more than a year ago - Feb 25, 2020<br> |
|
It's great to see that he still cares about his addon.<br> |
|
<b>THANK YOUU!</b><br> |
|
</p> |
|
</div> |
|
<div class="image"> |
|
<image src="images/news/browser_addons/umatrix.png" alt="umatrix" /> |
|
</image> |
|
</div> |
|
</section> |
|
|
|
<section |
|
class="spotlight style2 orient-right content-align-left image-position-center onscroll-image-fade-in onload-content-fade-left onload-image-fade-right" |
|
id="news"> |
|
<div class="content"> |
|
<h2>Proxmox BS 2.0 released!</h2> |
|
<p> |
|
<author><strong>Author</strong>: Dan </author><br /> |
|
<date><strong>Date</strong>: 14/7/2021 </date> |
|
</p> |
|
<p> |
|
Proxmox has released a new update for their backup server - v2. It also includes Debian 11 |
|
"Bullseye".<br> |
|
I use it in a vm in combination with an 8tb external drive. It works great for the vms and |
|
other x86_64 and aarch64 systems, but not for ARM so far. Which is a pain because I have a |
|
few pis running.<br> |
|
Anyway, give it a try! The backup is really simple:<br> |
|
<a href="https://aur.archlinux.org/packages/proxmox-backup-client" target="blank" |
|
rel="external nofollow noopener">Arch Client</a><br> |
|
<a href="https://pbs.proxmox.com/docs/backup-client.html" target="blank" |
|
rel="external nofollow noopener">Backup Client Usage</a><br> |
|
<a href="https://forum.proxmox.com/threads/proxmox-backup-server-2-0-released.92508/" |
|
target="blank" rel="external nofollow noopener">Release Notes</a><br> |
|
<br> |
|
The update is also very simple. Just follow the link:<br> |
|
<a href="https://pbs.proxmox.com/wiki/index.php/Upgrade_from_1.1_to_2.x" target="blank" |
|
rel="external nofollow noopener">Upgrade from 1.1 to 2.x</a> |
|
</p> |
|
</div> |
|
<div class="image"> |
|
<image src="images/news/proxmox/favicon.ico" alt="Arch Linux & php version 8" /> |
|
</image> |
|
</div> |
|
</section> |
|
|
|
<section |
|
class="spotlight style2 orient-left content-align-left image-position-center onscroll-image-fade-in onload-content-fade-left onload-image-fade-right" |
|
id="news"> |
|
<div class="content"> |
|
<h2>OPNsense 21.1.8 released</h2> |
|
<p> |
|
<author><strong>Author</strong>: Dan </author><br /> |
|
<date><strong>Date</strong>: 11/07/2021 </date><br /> |
|
</p> |
|
<p> |
|
OPNsense has released a new update - v21.1.8.<br> |
|
As usual on my side, the update went through without a hitch.<br> |
|
<blockquote>The code moves to PHP 7.4 as previously announced. Shipped alongside |
|
are a few updates and fixes that still make sense for the 21.1 series.</blockquote> |
|
<a href="https://forum.opnsense.org/index.php?PHPSESSID=0n2p5hu6n8rndoiikemfmtup23&topic=23820.0" |
|
target="blank" rel="external nofollow noopener">Release Notes</a><br> |
|
<br> |
|
If you want to check 21.7-RC1: |
|
<blockquote>Later today, 21.7-RC1 is going to be released as well and you can |
|
make the upgrade from the development release type where the bulk of |
|
current improvements is being included.</blockquote> |
|
<a href="https://forum.opnsense.org/index.php?PHPSESSID=0n2p5hu6n8rndoiikemfmtup23&topic=23825.0" |
|
target="blank" rel="external nofollow noopener">Release Notes - 21.7-RC1</a> |
|
</p> |
|
</div> |
|
<div class="image"> |
|
<image src="images/news/opnsense/opnsense-icon.png" alt="opnsense" /> |
|
</image> |
|
</div> |
|
</section> |
|
|
|
</div> |
|
</section> |
|
</channel> |
|
</rss> |
|
|
|
<!-- Services --> |
|
<section class="wrapper style1 align-center" id="services"> |
|
<div class="inner"> |
|
<h2>Services</h2> |
|
<p>Use it |
|
</p> |
|
</div> |
|
|
|
<!-- Services --> |
|
<div class="gallery style1 medium lightbox onscroll-fade-in onload-fade-in"> |
|
<article> |
|
<a href="https://element.pwoss.org" class="image"> |
|
<img src="images/services/matrix.png" alt="" /> |
|
</a> |
|
<div class="caption"> |
|
<h3>Matrix</h3> |
|
<p>is an open standard for interoperable, decentralised, real-time communication over IP.</p> |
|
<ul class="actions fixed"> |
|
<li><span class="button small">Join</span></li> |
|
</ul> |
|
</div> |
|
</article> |
|
<article> |
|
<a href="categories/tutorials/dnscrypt.html" class="image"> |
|
<img src="images/services/dnscrypt.png" alt="" /> |
|
</a> |
|
<div class="caption"> |
|
<h3>DNSCrypt</h3> |
|
<p>encrypts Domain Name System (DNS) traffic between the user's computer and recursive name |
|
servers.</p> |
|
<ul class="actions fixed"> |
|
<li><span class="button small">Set up</span></li> |
|
</ul> |
|
</div> |
|
</article> |
|
<article> |
|
<a href="https://git.pwoss.org" class="image"> |
|
<img src="images/services/gitea.png" alt="" /> |
|
</a> |
|
<div class="caption"> |
|
<h3>Gitea</h3> |
|
<p>is 'A painless self-hosted Git service'.</p> |
|
<ul class="actions fixed"> |
|
<li><span class="button small">Join</span></li> |
|
</ul> |
|
</div> |
|
</article> |
|
<article> |
|
<a href="https://searx.pwoss.org" class="image"> |
|
<img src="images/services/searx.png" alt="" /> |
|
</a> |
|
<div class="caption"> |
|
<h3>searX</h3> |
|
<p>is a privacy-respecting, hackable metasearch engine.</p> |
|
<ul class="actions fixed"> |
|
<li><span class="button small">Search</span></li> |
|
</ul> |
|
</div> |
|
</article> |
|
</div> |
|
<br> |
|
<a href="https://status.pwoss.org">Status Page</a> |
|
<br><br> |
|
</section> |
|
|
|
<!-- Footer --> |
|
<footer class="wrapper style1 align-center"> |
|
<div class="inner"> |
|
<ul class="icons"> |
|
<li> |
|
<a href="#top" class="icon solid style2 fa-arrow-circle-up"><span class="label">back to |
|
top</span></a> |
|
</li> |
|
</ul> |
|
<ul class="icons"> |
|
<li><a href="https://pwoss.org/rss.xml" class="icon solid style2 fa-rss"><span |
|
class="label">RSS</span></a></li> |
|
<li><a href="https://git.pwoss.org" class="icon brands style2 fa-git"><span |
|
class="label">Gitea</span></a> |
|
</li> |
|
<li><a href="https://element.pwoss.org" class="icon solid style2 fa-comments"><span |
|
class="label">Matrix</span></a> |
|
</li> |
|
<li><a href="https://searx.pwoss.org" class="icon solid style2 fa-search"><span |
|
class="label">searX</span></a></li> |
|
<li><a href="https://t.me/PwOSS" target="blank" rel="external nofollow noopener" |
|
class="icon brands style2 fa-telegram-plane"><span class="label">Telegram</span></a></li> |
|
<li><a href="mailto:team@pwoss.org" class="icon solid style2 fa-envelope"><span |
|
class="label">Email</span></a></li> |
|
</ul> |
|
<p> |
|
<a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license"><img style="border-width: 0;" |
|
src="images/licensebutton.png" alt="Creative Commons License" /></a> |
|
<br><a href="privacy-policy.html">Privacy Policy</a> |
|
and |
|
<a href="terms-of-use.html">Terms of Use</a> |
|
</p> |
|
</div> |
|
</footer> |
|
|
|
</div> |
|
|
|
<!-- Scripts --> |
|
<script src="assets/js/jquery.min.js"></script> |
|
<script src="assets/js/jquery.scrollex.min.js"></script> |
|
<script src="assets/js/jquery.scrolly.min.js"></script> |
|
<script src="assets/js/browser.min.js"></script> |
|
<script src="assets/js/breakpoints.min.js"></script> |
|
<script src="assets/js/util.js"></script> |
|
<script src="assets/js/main.js"></script> |
|
|
|
</body> |
|
|
|
</html> |