diff options
Diffstat (limited to 'dacctal')
| -rw-r--r-- | dacctal/faq/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dacctal/faq/index.html b/dacctal/faq/index.html index 3cdb3df..809ad60 100644 --- a/dacctal/faq/index.html +++ b/dacctal/faq/index.html @@ -129,6 +129,7 @@ <li>have you ever tried bootstrapping rust????</li> </ul> </section> + </div> </details> @@ -153,6 +154,20 @@ <summary><a href="#misc">#</a> misc</summary> <div class="entries"> <section class="block"> + <h3>Q: Why don't you self host your videos?</h3> + <h3>A:</h3> + <ul> + <li>it is VERY expensive to host videos from my VPS + (mostly due to storage constraints)</li> + <li>Hosting from home means i need a reverse proxy in order to remain + somewhat private (this is another attack vector)</li> + <li>hosting over i2p is the only option that isn't evil and satanic, + so maybe that will happen eventually - still, this is a lot of + storage to deal with, and it will grow exponentially over time.</li> + </ul> + </section> + + <section class="block"> <h3>Q: Why don't you host game servers?</h3> <h3>A:</h3> <ul> |
