mirror of https://gitlab.com/bashrc2/epicyon
Maintenance
parent
7dd378e8d1
commit
16e6699135
|
@ -10,6 +10,8 @@ Epicyon is part of the "small web" category of internet software, in that it is
|
|||
|
||||
It is hardly possible to visit many sites on the web without your browser loading and running a large amount of javascript. Epicyon takes a minimalist approach where its web interface only uses HTML and CSS. You can disable javascript, or use a browser which doesn't have javascript capability, and the user experience is unchanged. Lack of javascript also rules out a large area of potential attack surface.
|
||||
|
||||
Another common concern is being able to keep instances running. Instance abandonment creates a lot of disruption, and it's often related to the amount of effort that it takes to keep things going. To avoid the maintenance burden becoming prohibitive, Epicyon is implemented in a simple manner with very few dependencies and no database. All data is just files in a directory, and upgrades are also straightforward.
|
||||
|
||||
Epicyon also includes some lightweight organizing features, such as calendar, events and sharing economy features.
|
||||
|
||||
# Installation
|
||||
|
|
Loading…
Reference in New Issue