mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-12 06:51:21 +00:00
b5eecbf2e7
* Add Snapcraft metadata and install/maintenance hooks * Move set-environment script into snap/local * snap: Remove diesel-cli part. This *was* necessary as of 0.3.0, but now `plm migrations run` does the job. * snap: Add an actual description * snap: Add an 'enabled' config item. Don't try to run until enabled is set, and automatically run the migrations when we are enabled
3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/bin/sh
|
|
|
|
openssl rand -base64 32 > ${SNAP_COMMON}/rocket-secret-key
|