DietPi-Software | Sharedrop #6524
Unanswered
ingoiot
asked this question in
Software Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Creating a software request
Formal software information
sharedrop
https://www.sharedrop.io/
https://github.com/nextcloud/server -->
Are there similar/alternative software titles available with DietPi-Software?
no
How can DietPi make the installation easier or compatible, than following the install instructions or do APT installation, if available?
Can you provide the installation steps that you would suggest DietPi-Software to do?
from the github:
Setup Firebase:
Sign up for a Firebase account and create a database.
Go to "Security Rules" tab, click "Load Rules" button and select firebase_rules.json file.
Take note of your database URL and its secret, which can be found in "Secrets" tab.
Run npm install -g ember-cli to install Ember CLI.
Run yarn to install app dependencies.
Run cp .env{.sample,} to create .env file. This file will be used by Foreman to set environment variables when running the app locally.
SECRET key is used to encrypt cookies and generate room name based on public IP address for / route. It can be any random string - you can generate one using e.g. date | md5sum
NEW_RELIC_* keys are only necessary in production
Run yarn develop to start the app.
Are you willing to help maintaining the software installation, e.g. in case of needed setup changes due to updates etc.? This is not needed, but could speed up our decision to implement it, as man power is always a topic 😉.
Sorry, I am totally inexperienced in bash coding. -->
Beta Was this translation helpful? Give feedback.
All reactions