Daniel Winzen

Results 75 comments of Daniel Winzen

Hello, the line you want to edit is this one: `UUID=6ce4028b-e979-4f8d-8fae-fe006fb23d06 / ext4 errors=remount-ro 0 1` options are separated by commas, without a space between. `errors=remount-ro` will become `errors=remount-ro,noatime,usrjquota=aquota.user,jqfmt=vfsv1`. Since...

Related to #80 Could be a useful addition, which would allow for more than "just" web hosting/proxying

A comment I got by mail: Hi, I'm looking for providing my onionsite for non-Tor users and I want to use my domain. There are lots of tor2web gateway like...

A quota has now been introduced. A graphical usage meter and an option in the admin panel to extend the quota are still to be done.

Upgradable quotas and dashboard usage meter were introduced in 0e0fb54eae7128e548a6fe003e6b3ccfbeee8152 using [CoinPayments](https://www.coinpayments.net/index.php?ref=bafe98f55117850da186a4e6041a000c) API Now there is only a management page in the admin panel left.

Upgradable quotas were introduced in 0e0fb54eae7128e548a6fe003e6b3ccfbeee8152 using [CoinPayments](https://www.coinpayments.net/index.php?ref=bafe98f55117850da186a4e6041a000c) API

@dsevolve23 A link without any comment or context doesn't exactly say much. I assume you want to have a PayPal integration as also mentioned in #66 correct?

From past experience, the Java client is very slow and memory hungry. A good alternative to implement would be https://github.com/PurpleI2P/i2pd

Generally a good idea to install a hardening extension like this, but because it affects how applications work and may break some applications, this has to be an option that...

Adding rewrite rules via database has been introduced in ae925a2000e2ef0632d3845981973dada0eba94e Adding a management page for users + admins to change rewrite rules and other settings is still left to do