summaryrefslogtreecommitdiff
path: root/snap
AgeCommit message (Collapse)Author
2019-02-04Added a stop command using the existing stop script to the snap packageluccioman
2019-01-31Set Snap source type to git for easier rebuild from main master sourcesluccioman
Also changed grade to allow promoting YaCy snap to a channel with higher level than beta.
2019-01-05Added Snap package configuration to choose to version data or notluccioman
By default when the Snap package is installed, YaCy data is stored in a versioned user folder, allowing to revert to previous data after a package refresh for example. But it can consumes much disk space, so it is now possible to tell YaCy snap not to version its data, with the Snap configuration setting "data.versioned=false".
2018-12-12Added support for pdf snapshots rendering to Snap packageluccioman
2018-12-01Added a command to set the admin password from the Snap packageluccioman
Fixes issue #254
2018-09-10Added an icon matching Snapcraft packaging icon size requirementsluccioman
2018-08-31Renamed Snap with a name detected as available on the Snap storeluccioman
2018-08-30Added a first version of Snapcraft configuration file for Snap packagingluccioman