浏览代码

Add qvitter and pleroma to postactiv

Bob Mottram 8 年前
父节点
当前提交
89b37d8bc0
共有 1 个文件被更改,包括 15 次插入1 次删除
  1. 15
    1
      src/freedombone-app-postactiv

+ 15
- 1
src/freedombone-app-postactiv 查看文件

40
 POSTACTIV_COMMIT='6fad887ce82ac8826f1798e393e8c78a2eaf3d91'
40
 POSTACTIV_COMMIT='6fad887ce82ac8826f1798e393e8c78a2eaf3d91'
41
 POSTACTIV_ADMIN_PASSWORD=
41
 POSTACTIV_ADMIN_PASSWORD=
42
 
42
 
43
+POSTACTIV_BACKGROUND_IMAGE_URL=
44
+POSTACTIV_TITLE='PostActiv'
45
+
43
 # script which causes old posts to expire
46
 # script which causes old posts to expire
44
 postactiv_expire_script=/usr/bin/postactiv-expire
47
 postactiv_expire_script=/usr/bin/postactiv-expire
45
 
48
 
47
                      POSTACTIV_DOMAIN_NAME
50
                      POSTACTIV_DOMAIN_NAME
48
                      POSTACTIV_CODE
51
                      POSTACTIV_CODE
49
                      DDNS_PROVIDER
52
                      DDNS_PROVIDER
50
-                     MY_USERNAME)
53
+                     MY_USERNAME
54
+                     POSTACTIV_BACKGROUND_IMAGE_URL
55
+                     POSTACTIV_TITLE)
51
 
56
 
52
 function remove_user_postactiv {
57
 function remove_user_postactiv {
53
     remove_username="$1"
58
     remove_username="$1"
217
 
222
 
218
     function_check postactiv_running_script
223
     function_check postactiv_running_script
219
     postactiv_running_script
224
     postactiv_running_script
225
+
226
+    upgrade_pleroma "$POSTACTIV_DOMAIN_NAME" "postactiv" "$POSTACTIV_BACKGROUND_IMAGE_URL" "$POSTACTIV_TITLE"
220
 }
227
 }
221
 
228
 
222
 
229
 
674
     fi
681
     fi
675
 
682
 
676
     install_postactiv_main
683
     install_postactiv_main
684
+
685
+    install_qvitter "$POSTACTIV_DOMAIN_NAME" "postactiv"
686
+
687
+    function_check install_nodejs
688
+    install_nodejs pleroma-gnusocial
689
+    install_pleroma "postactiv" "$POSTACTIV_DOMAIN_NAME" "$POSTACTIV_BACKGROUND_IMAGE_URL" "$POSTACTIV_TITLE"
690
+
677
     expire_postactiv_posts
691
     expire_postactiv_posts
678
 
692
 
679
     # unleash the daemons!
693
     # unleash the daemons!