1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

New source

This commit is contained in:
ericgaspar 2021-11-28 16:45:37 +01:00
parent 4f9ef3b86a
commit e3f4866239
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,5 @@
SOURCE_URL=https://framagit.org/framasoft/framemo/-/archive/2d1bffa0a372fb01e5cdb070f9d82abba8f81116/framemo-2d1bffa0a372fb01e5cdb070f9d82abba8f81116.tar.gz SOURCE_URL=https://github.com/aliasaria/scrumblr/archive/cb1475d4f40ea422c71a9596a7ae97b0cbcbb69a.tar.gz
SOURCE_SUM=263a7c44cc577eb1ac61331414b2f1381328849c6650ac058cca06900e10c3b0 SOURCE_SUM=6220540442d7327c518a948cbfb13f7f9065d24f6d4ce5c57c2b0b8e61b76714
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=

View file

@ -9,8 +9,10 @@ Group=__APP__
WorkingDirectory=__FINALPATH__ WorkingDirectory=__FINALPATH__
Environment="PATH=__ENV_PATH__" Environment="PATH=__ENV_PATH__"
Environment="NODE_ENV=production" Environment="NODE_ENV=production"
ExecStart=__YNH_NPM__ server.js --port __PORT__ ExecStart=__YNH_NPM__ server.js --port __PORT__
Restart=always Restart=always
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
#node server.js --server:port=80