NAME
App::Phoebe::Capsules - provide every visitor with a writeable capsule
DESCRIPTION
By default, Phoebe creates a wiki editable by all. With this extension, the /capsule
space turns into a special site: if you have a client certificate, you automatically get an editable capsule with an assigned fantasy name.
Simply add it to your config file. If you are virtual hosting, name the host or hosts for your capsules.
package App::Phoebe::Capsules;
use Modern::Perl;
our @capsule_hosts = qw(transjovian.org);
use App::Phoebe::Capsules;
Every client certificate gets assigned a capsule name.
TROUBLESHOOTING
🔥 In the wiki directory, you can have a file called fingerprint_equivalents. Its main use is to allow people to add more fingerprints for their site, such as from other devices or friends. The file format is line oriented, each line containing two fingerprints, FROM
and TO
.
🔥 The capsule name login is reserved.
🔥 The file names archive, backup, and upload are reserved.