forked from indymedia/epicyon
Notes on installing on other domains
parent
1d92aab187
commit
2c1ef1e070
|
@ -196,6 +196,13 @@ Static analysis can be run with:
|
|||
./static_analysis
|
||||
```
|
||||
|
||||
## Installing on Onion or i2p domains
|
||||
|
||||
If you don't have access to the clearnet, or prefer not to use it, then it's possible to run an Epicyon instance easily from your laptop. There are scripts within the ```deploy``` directory which can be used to install an instance on a Debian or Arch/Parabola operating system. With some modification of package names they could be also used with other distros.
|
||||
|
||||
Please be aware that such installations will not federate with ordinary fediverse instances on the clearnet, unless those instances have been specially modified to do so. But onion instances will federate with other onion instances and i2p instances with other i2p instances.
|
||||
|
||||
|
||||
## Custom Fonts
|
||||
|
||||
If you want to use a particular font then copy it into the *fonts* directory, rename it as *custom.ttf/woff/woff2/otf* and then restart the epicyon daemon.
|
||||
|
|
|
@ -167,3 +167,9 @@ Restart your web server:
|
|||
If you are using the Caddy web server then see caddy.example.conf
|
||||
|
||||
Now you can navigate to your domain and register an account. The first account becomes the administrator.
|
||||
|
||||
## Installing on Onion or i2p domains
|
||||
|
||||
If you don't have access to the clearnet, or prefer not to use it, then it's possible to run an Epicyon instance easily from your laptop. There are scripts within the deploy directory which can be used to install an instance on a Debian or Arch/Parabola operating system. With some modification of package names they could be also used with other distros.
|
||||
|
||||
Please be aware that such installations will not federate with ordinary fediverse instances on the clearnet, unless those instances have been specially modified to do so. But onion instances will federate with other onion instances and i2p instances with other i2p instances.
|
||||
|
|
|
@ -1460,6 +1460,14 @@
|
|||
</p>
|
||||
|
||||
<center>
|
||||
<p id="install" class="siteheader">Installing on Onion or i2p domains</p>
|
||||
<p class="intro">
|
||||
If you don't have access to the clearnet, or prefer not to use it, then it's possible to run an Epicyon instance easily from your laptop. There are scripts within the <i>deploy</i> directory which can be used to install an instance on a Debian or Arch/Parabola operating system. With some modification of package names they could be also used with other distros.
|
||||
</p>
|
||||
<p class="intro">
|
||||
Please be aware that such installations will not federate with ordinary fediverse instances on the clearnet, unless those instances have been specially modified to do so. But onion instances will federate with other onion instances and i2p instances with other i2p instances.
|
||||
</p>
|
||||
|
||||
<p id="upgrade" class="siteheader">Upgrade</p>
|
||||
</center>
|
||||
<p class="intro">
|
||||
|
|
Loading…
Reference in New Issue