freedombone-app-postactiv 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  1. #!/bin/bash
  2. #
  3. # .---. . .
  4. # | | |
  5. # |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.
  6. # | | (.-' (.-' ( | ( )| | | | )( )| | (.-'
  7. # ' ' --' --' -' - -' ' ' -' -' -' ' - --'
  8. #
  9. # Freedom in the Cloud
  10. #
  11. # postactiv application
  12. #
  13. # License
  14. # =======
  15. #
  16. # Copyright (C) 2016 Bob Mottram <bob@freedombone.net>
  17. #
  18. # This program is free software: you can redistribute it and/or modify
  19. # it under the terms of the GNU Affero General Public License as published by
  20. # the Free Software Foundation, either version 3 of the License, or
  21. # (at your option) any later version.
  22. #
  23. # This program is distributed in the hope that it will be useful,
  24. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  25. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  26. # GNU Affero General Public License for more details.
  27. #
  28. # You should have received a copy of the GNU Affero General Public License
  29. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  30. VARIANTS='full full-vim media'
  31. IN_DEFAULT_INSTALL=0
  32. SHOW_ON_ABOUT=1
  33. POSTACTIV_DOMAIN_NAME=
  34. POSTACTIV_CODE=
  35. POSTACTIV_ONION_PORT=8100
  36. POSTACTIV_REPO="https://git.postactiv.com/postActiv/postActiv.git"
  37. POSTACTIV_COMMIT='6fad887ce82ac8826f1798e393e8c78a2eaf3d91'
  38. POSTACTIV_ADMIN_PASSWORD=
  39. # script which causes old posts to expire
  40. postactiv_expire_script=/usr/bin/postactiv-expire
  41. postactiv_variables=(ONION_ONLY
  42. POSTACTIV_DOMAIN_NAME
  43. POSTACTIV_CODE
  44. DDNS_PROVIDER
  45. MY_USERNAME)
  46. function remove_user_postactiv {
  47. remove_username="$1"
  48. ${PROJECT_NAME}-pass -u $remove_username --rmapp postactiv
  49. function_check get_completion_param
  50. POSTACTIV_DOMAIN_NAME=$(get_completion_param "postactiv domain")
  51. if [ -d /var/www/$POSTACTIV_DOMAIN_NAME ]; then
  52. cd /var/www/$POSTACTIV_DOMAIN_NAME/htdocs
  53. php scripts/deleteprofile.php -n $remove_username -y
  54. fi
  55. }
  56. function add_user_postactiv {
  57. new_username="$1"
  58. new_user_password="$2"
  59. ${PROJECT_NAME}-pass -u $new_username -a postactiv -p "$new_user_password"
  60. POSTACTIV_DOMAIN_NAME=$(get_completion_param "postactiv domain")
  61. if [ -d /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs ]; then
  62. cd /var/www/$POSTACTIV_DOMAIN_NAME/htdocs
  63. php scripts/registeruser.php -n $new_username -w "$new_user_password" -e "$new_username@$HOSTNAME"
  64. ${PROJECT_NAME}-addemail -u $new_username -e "noreply@$POSTACTIV_DOMAIN_NAME" -g postactiv --public no
  65. echo '0'
  66. else
  67. echo '1'
  68. fi
  69. }
  70. function install_interactive_postactiv {
  71. if [ ! $ONION_ONLY ]; then
  72. ONION_ONLY='no'
  73. fi
  74. if [[ $ONION_ONLY != "no" ]]; then
  75. POSTACTIV_DOMAIN_NAME='postactiv.local'
  76. else
  77. POSTACTIV_DETAILS_COMPLETE=
  78. while [ ! $POSTACTIV_DETAILS_COMPLETE ]
  79. do
  80. data=$(tempfile 2>/dev/null)
  81. trap "rm -f $data" 0 1 2 5 15
  82. if [[ $DDNS_PROVIDER == "default@freedns.afraid.org" ]]; then
  83. dialog --backtitle $"Freedombone Configuration" \
  84. --title $"PostActiv Configuration" \
  85. --form $"\nPlease enter your postactiv details.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 14 65 2 \
  86. $"Domain:" 1 1 "$(grep 'POSTACTIV_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
  87. $"Code:" 2 1 "$(grep 'POSTACTIV_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 25 33 255 \
  88. 2> $data
  89. else
  90. dialog --backtitle $"Freedombone Configuration" \
  91. --title $"PostActiv Configuration" \
  92. --form $"\nPlease enter your postactiv details.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 14 65 2 \
  93. $"Domain:" 1 1 "$(grep 'POSTACTIV_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
  94. 2> $data
  95. fi
  96. sel=$?
  97. case $sel in
  98. 1) exit 1;;
  99. 255) exit 1;;
  100. esac
  101. POSTACTIV_DOMAIN_NAME=$(cat $data | sed -n 1p)
  102. img_url=$(cat $data | sed -n 3p)
  103. if [ $POSTACTIV_DOMAIN_NAME ]; then
  104. if [[ $POSTACTIV_DOMAIN_NAME == "$HUBZILLA_DOMAIN_NAME" ]]; then
  105. POSTACTIV_DOMAIN_NAME=""
  106. fi
  107. TEST_DOMAIN_NAME=$POSTACTIV_DOMAIN_NAME
  108. validate_domain_name
  109. if [[ $TEST_DOMAIN_NAME != $POSTACTIV_DOMAIN_NAME ]]; then
  110. POSTACTIV_DOMAIN_NAME=
  111. dialog --title $"Domain name validation" --msgbox "$TEST_DOMAIN_NAME" 15 50
  112. else
  113. if [[ $DDNS_PROVIDER == "default@freedns.afraid.org" ]]; then
  114. POSTACTIV_CODE=$(cat $data | sed -n 2p)
  115. validate_freedns_code "$POSTACTIV_CODE"
  116. if [ ! $VALID_CODE ]; then
  117. POSTACTIV_DOMAIN_NAME=
  118. fi
  119. fi
  120. fi
  121. fi
  122. if [ $POSTACTIV_DOMAIN_NAME ]; then
  123. POSTACTIV_DETAILS_COMPLETE="yes"
  124. fi
  125. done
  126. # save the results in the config file
  127. write_config_param "POSTACTIV_CODE" "$POSTACTIV_CODE"
  128. fi
  129. write_config_param "POSTACTIV_DOMAIN_NAME" "$POSTACTIV_DOMAIN_NAME"
  130. APP_INSTALLED=1
  131. }
  132. function change_password_postactiv {
  133. curr_username="$1"
  134. new_user_password="$2"
  135. read_config_param ${POSTACTIV_DOMAIN_NAME}
  136. cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/scripts
  137. php setpassword.php "$curr_username" "$new_user_password"
  138. ${PROJECT_NAME}-pass -u "$curr_username" -a postactiv -p "$new_user_password"
  139. }
  140. function postactiv_create_database {
  141. if [ -f $IMAGE_PASSWORD_FILE ]; then
  142. POSTACTIV_ADMIN_PASSWORD="$(printf `cat $IMAGE_PASSWORD_FILE`)"
  143. else
  144. if [ ! $POSTACTIV_ADMIN_PASSWORD ]; then
  145. POSTACTIV_ADMIN_PASSWORD="$(create_password ${MINIMUM_PASSWORD_LENGTH})"
  146. fi
  147. fi
  148. if [ ! $POSTACTIV_ADMIN_PASSWORD ]; then
  149. return
  150. fi
  151. function_check create_database
  152. create_database postactiv "$POSTACTIV_ADMIN_PASSWORD" $MY_USERNAME
  153. }
  154. function postactiv_running_script {
  155. # check that the daemon is running
  156. echo '#!/bin/bash' > /etc/cron.hourly/postactiv-daemons
  157. echo 'daemon_lines=$(ps aux | grep "scripts/queuedaemon.php" | grep "/var/www")' >> /etc/cron.hourly/postactiv-daemons
  158. echo 'if [[ $daemon_lines != *"/var/www/"* ]]; then' >> /etc/cron.hourly/postactiv-daemons
  159. echo " ADMIN_USER=\$(cat $COMPLETION_FILE | grep 'Admin user' | awk -F ':' '{print \$2}')" >> /etc/cron.hourly/postactiv-daemons
  160. echo ' MY_EMAIL_ADDRESS=$ADMIN_USER@$HOSTNAME' >> /etc/cron.hourly/postactiv-daemons
  161. echo ' echo "Restarting postactiv daemons" | mail -s "postactiv daemons not found" $MY_EMAIL_ADDRESS' >> /etc/cron.hourly/postactiv-daemons
  162. echo " cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons
  163. echo ' scripts/startdaemons.sh' >> /etc/cron.hourly/postactiv-daemons
  164. echo 'fi' >> /etc/cron.hourly/postactiv-daemons
  165. chmod +x /etc/cron.hourly/postactiv-daemons
  166. }
  167. function reconfigure_postactiv {
  168. echo -n ''
  169. }
  170. function upgrade_postactiv {
  171. if grep -q "postactiv domain" $COMPLETION_FILE; then
  172. POSTACTIV_DOMAIN_NAME=$(get_completion_param "postactiv domain")
  173. fi
  174. # update to the next commit
  175. function_check set_repo_commit
  176. set_repo_commit /var/www/$POSTACTIV_DOMAIN_NAME/htdocs "postactiv commit" "$POSTACTIV_COMMIT" $POSTACTIV_REPO
  177. # Ensure that installation script is removed
  178. if [ -f /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/install.php ]; then
  179. rm /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/install.php
  180. fi
  181. #function_check postactiv_running_script
  182. #postactiv_running_script
  183. }
  184. function backup_local_postactiv {
  185. POSTACTIV_DOMAIN_NAME='postactiv'
  186. if grep -q "postactiv domain" $COMPLETION_FILE; then
  187. POSTACTIV_DOMAIN_NAME=$(get_completion_param "postactiv domain")
  188. fi
  189. source_directory=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs
  190. if [ -d $source_directory ]; then
  191. dest_directory=postactiv
  192. function_check suspend_site
  193. suspend_site ${POSTACTIV_DOMAIN_NAME}
  194. function_check backup_directory_to_usb
  195. backup_directory_to_usb $source_directory $dest_directory
  196. function_check backup_database_to_usb
  197. backup_database_to_usb postactiv
  198. function_check restart_site
  199. restart_site
  200. fi
  201. }
  202. function restore_local_postactiv {
  203. if ! grep -q "postactiv domain" $COMPLETION_FILE; then
  204. return
  205. fi
  206. POSTACTIV_DOMAIN_NAME=$(get_completion_param "postactiv domain")
  207. if [ $POSTACTIV_DOMAIN_NAME ]; then
  208. temp_restore_dir=/root/temppostactiv
  209. postactiv_dir=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs
  210. # stop the daemons
  211. cd $postactiv_dir
  212. scripts/stopdaemons.sh
  213. function_check postactiv_create_database
  214. postactiv_create_database
  215. restore_database postactiv ${POSTACTIV_DOMAIN_NAME}
  216. if [ -d $temp_restore_dir ]; then
  217. rm -rf $temp_restore_dir
  218. fi
  219. # start the daemons
  220. cd $postactiv_dir
  221. scripts/startdaemons.sh
  222. fi
  223. }
  224. function backup_remote_postactiv {
  225. if grep -q "postactiv domain" $COMPLETION_FILE; then
  226. POSTACTIV_DOMAIN_NAME=$(get_completion_param "postactiv domain")
  227. temp_backup_dir=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs
  228. if [ -d $temp_backup_dir ]; then
  229. function_check suspend_site
  230. suspend_site ${POSTACTIV_DOMAIN_NAME}
  231. function_check backup_database_to_friend
  232. backup_database_to_friend postactiv
  233. function_check backup_directory_to_friend
  234. backup_directory_to_friend $temp_backup_dir postactiv
  235. function_check restart_site
  236. restart_site
  237. else
  238. echo $"postactiv domain specified but not found in ${temp_backup_dir}"
  239. fi
  240. fi
  241. }
  242. function restore_remote_postactiv {
  243. if grep -q "postactiv domain" $COMPLETION_FILE; then
  244. POSTACTIV_DOMAIN_NAME=$(get_completion_param "postactiv domain")
  245. # stop the daemons
  246. cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs
  247. ./scripts/stopdaemons.sh
  248. function_check postactiv_create_database
  249. postactiv_create_database
  250. function_check restore_database_from_friend
  251. restore_database_from_friend postactiv ${POSTACTIV_DOMAIN_NAME}
  252. if [ -d /root/temppostactiv ]; then
  253. rm -rf /root/temppostactiv
  254. fi
  255. # start the daemons
  256. cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs
  257. ./scripts/startdaemons.sh
  258. fi
  259. }
  260. function remove_postactiv {
  261. if [ ${#POSTACTIV_DOMAIN_NAME} -eq 0 ]; then
  262. return
  263. fi
  264. read_config_param "POSTACTIV_DOMAIN_NAME"
  265. read_config_param "MY_USERNAME"
  266. echo "Removing $POSTACTIV_DOMAIN_NAME"
  267. nginx_dissite $POSTACTIV_DOMAIN_NAME
  268. remove_certs $POSTACTIV_DOMAIN_NAME
  269. if [ -f /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/scripts/stopdaemons.sh ]; then
  270. cd /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/scripts
  271. ./scripts/stopdaemons.sh
  272. fi
  273. if [ -d /var/www/$POSTACTIV_DOMAIN_NAME ]; then
  274. rm -rf /var/www/$POSTACTIV_DOMAIN_NAME
  275. fi
  276. if [ -f /etc/nginx/sites-available/$POSTACTIV_DOMAIN_NAME ]; then
  277. rm /etc/nginx/sites-available/$POSTACTIV_DOMAIN_NAME
  278. fi
  279. function_check drop_database
  280. drop_database postactiv
  281. function_check remove_onion_service
  282. remove_onion_service postactiv ${POSTACTIV_ONION_PORT}
  283. if grep -q "postactiv" /etc/crontab; then
  284. sed -i "/postactiv/d" /etc/crontab
  285. fi
  286. remove_app postactiv
  287. remove_completion_param install_postactiv
  288. sed -i '/postactiv/d' $COMPLETION_FILE
  289. if [ -f /etc/cron.hourly/postactiv-daemons ]; then
  290. rm /etc/cron.hourly/postactiv-daemons
  291. fi
  292. remove_backup_database_local postactiv
  293. function_check remove_ddns_domain
  294. remove_ddns_domain $POSTACTIV_DOMAIN_NAME
  295. }
  296. function install_postactiv_main {
  297. if [ ! $POSTACTIV_DOMAIN_NAME ]; then
  298. echo $'No domain name was given for postactiv'
  299. exit 7359
  300. fi
  301. if [[ $(app_is_installed postactiv_main) == "1" ]]; then
  302. return
  303. fi
  304. #function_check postactiv_running_script
  305. #postactiv_running_script
  306. function_check install_mariadb
  307. install_mariadb
  308. function_check get_mariadb_password
  309. get_mariadb_password
  310. function_check repair_databases_script
  311. repair_databases_script
  312. apt-get -yq install php-gettext php5-curl php5-gd php5-mysql git curl php-xml-parser
  313. apt-get -yq install php5-memcached php5-intl
  314. if [ ! -d /var/www/$POSTACTIV_DOMAIN_NAME ]; then
  315. mkdir /var/www/$POSTACTIV_DOMAIN_NAME
  316. fi
  317. if [ ! -d /var/www/$POSTACTIV_DOMAIN_NAME/htdocs ]; then
  318. function_check git_clone
  319. git_clone $POSTACTIV_REPO /var/www/$POSTACTIV_DOMAIN_NAME/htdocs
  320. if [ ! -d /var/www/$POSTACTIV_DOMAIN_NAME/htdocs ]; then
  321. echo $'Unable to clone postactiv repo'
  322. exit 87525
  323. fi
  324. fi
  325. cd /var/www/$POSTACTIV_DOMAIN_NAME/htdocs
  326. git checkout $POSTACTIV_COMMIT -b $POSTACTIV_COMMIT
  327. set_completion_param "postactiv commit" "$POSTACTIV_COMMIT"
  328. chmod g+w /var/www/$POSTACTIV_DOMAIN_NAME/htdocs
  329. chmod a+w /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/avatar
  330. chmod a+w /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/file
  331. chown -R www-data:www-data /var/www/$POSTACTIV_DOMAIN_NAME/htdocs
  332. chmod +x /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/scripts/maildaemon.php
  333. chmod 777 /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/extlib/HTMLPurifier/HTMLPurifier/DefinitionCache/Serializer.php
  334. function_check postactiv_create_database
  335. postactiv_create_database
  336. if [ ! -f "/etc/aliases" ]; then
  337. touch /etc/aliases
  338. fi
  339. if ! grep -q "www-data: root" /etc/aliases; then
  340. echo 'www-data: root' >> /etc/aliases
  341. fi
  342. if ! grep -q "/var/www/$POSTACTIV_DOMAIN_NAME/htdocs/scripts/maildaemon.php" /etc/aliases; then
  343. echo "*: /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/scripts/maildaemon.php" >> /etc/aliases
  344. fi
  345. function_check add_ddns_domain
  346. add_ddns_domain $POSTACTIV_DOMAIN_NAME
  347. postactiv_nginx_site=/etc/nginx/sites-available/$POSTACTIV_DOMAIN_NAME
  348. if [[ $ONION_ONLY == "no" ]]; then
  349. function_check nginx_http_redirect
  350. nginx_http_redirect $POSTACTIV_DOMAIN_NAME
  351. echo 'server {' >> $postactiv_nginx_site
  352. echo ' listen 443 ssl;' >> $postactiv_nginx_site
  353. echo ' listen [::]:443 ssl;' >> $postactiv_nginx_site
  354. echo " server_name $POSTACTIV_DOMAIN_NAME;" >> $postactiv_nginx_site
  355. echo '' >> $postactiv_nginx_site
  356. echo ' # Security' >> $postactiv_nginx_site
  357. function_check nginx_ssl
  358. nginx_ssl $POSTACTIV_DOMAIN_NAME
  359. function_check nginx_disable_sniffing
  360. nginx_disable_sniffing $POSTACTIV_DOMAIN_NAME
  361. echo ' add_header Strict-Transport-Security max-age=15768000;' >> $postactiv_nginx_site
  362. echo '' >> $postactiv_nginx_site
  363. echo ' # Logs' >> $postactiv_nginx_site
  364. echo ' access_log /dev/null;' >> $postactiv_nginx_site
  365. echo ' error_log /dev/null;' >> $postactiv_nginx_site
  366. echo '' >> $postactiv_nginx_site
  367. echo ' # Root' >> $postactiv_nginx_site
  368. echo " root /var/www/$POSTACTIV_DOMAIN_NAME/htdocs;" >> $postactiv_nginx_site
  369. echo '' >> $postactiv_nginx_site
  370. echo ' # Index' >> $postactiv_nginx_site
  371. echo ' index index.php;' >> $postactiv_nginx_site
  372. echo '' >> $postactiv_nginx_site
  373. echo ' # PHP' >> $postactiv_nginx_site
  374. echo ' location ~ \.php {' >> $postactiv_nginx_site
  375. echo ' include snippets/fastcgi-php.conf;' >> $postactiv_nginx_site
  376. echo ' fastcgi_pass unix:/var/run/php5-fpm.sock;' >> $postactiv_nginx_site
  377. echo ' }' >> $postactiv_nginx_site
  378. echo '' >> $postactiv_nginx_site
  379. echo ' # Location' >> $postactiv_nginx_site
  380. echo ' location / {' >> $postactiv_nginx_site
  381. function_check nginx_limits
  382. nginx_limits $POSTACTIV_DOMAIN_NAME '15m'
  383. echo ' try_files $uri $uri/ @postactiv;' >> $postactiv_nginx_site
  384. echo ' }' >> $postactiv_nginx_site
  385. echo '' >> $postactiv_nginx_site
  386. echo ' # Fancy URLs' >> $postactiv_nginx_site
  387. echo ' location @postactiv {' >> $postactiv_nginx_site
  388. echo ' rewrite ^(.*)$ /index.php?p=$1 last;' >> $postactiv_nginx_site
  389. echo ' }' >> $postactiv_nginx_site
  390. echo '' >> $postactiv_nginx_site
  391. echo ' # Restrict access that is unnecessary anyway' >> $postactiv_nginx_site
  392. echo ' location ~ /\.(ht|git) {' >> $postactiv_nginx_site
  393. echo ' deny all;' >> $postactiv_nginx_site
  394. echo ' }' >> $postactiv_nginx_site
  395. echo '' >> $postactiv_nginx_site
  396. # DO NOT ENABLE KEYBASE. postactiv really doesn't like having a .well-known directory
  397. echo '}' >> $postactiv_nginx_site
  398. else
  399. echo -n '' > $postactiv_nginx_site
  400. fi
  401. echo 'server {' >> $postactiv_nginx_site
  402. echo " listen 127.0.0.1:$POSTACTIV_ONION_PORT default_server;" >> $postactiv_nginx_site
  403. echo " server_name $POSTACTIV_DOMAIN_NAME;" >> $postactiv_nginx_site
  404. echo '' >> $postactiv_nginx_site
  405. function_check nginx_disable_sniffing
  406. nginx_disable_sniffing $POSTACTIV_DOMAIN_NAME
  407. echo '' >> $postactiv_nginx_site
  408. echo ' # Logs' >> $postactiv_nginx_site
  409. echo ' access_log /dev/null;' >> $postactiv_nginx_site
  410. echo ' error_log /dev/null;' >> $postactiv_nginx_site
  411. echo '' >> $postactiv_nginx_site
  412. echo ' # Root' >> $postactiv_nginx_site
  413. echo " root /var/www/$POSTACTIV_DOMAIN_NAME/htdocs;" >> $postactiv_nginx_site
  414. echo '' >> $postactiv_nginx_site
  415. echo ' # Index' >> $postactiv_nginx_site
  416. echo ' index index.php;' >> $postactiv_nginx_site
  417. echo '' >> $postactiv_nginx_site
  418. echo ' # PHP' >> $postactiv_nginx_site
  419. echo ' location ~ \.php {' >> $postactiv_nginx_site
  420. echo ' include snippets/fastcgi-php.conf;' >> $postactiv_nginx_site
  421. echo ' fastcgi_pass unix:/var/run/php5-fpm.sock;' >> $postactiv_nginx_site
  422. echo ' }' >> $postactiv_nginx_site
  423. echo '' >> $postactiv_nginx_site
  424. echo ' # Location' >> $postactiv_nginx_site
  425. echo ' location / {' >> $postactiv_nginx_site
  426. function_check nginx_limits
  427. nginx_limits $POSTACTIV_DOMAIN_NAME '15m'
  428. echo ' try_files $uri $uri/ @postactiv;' >> $postactiv_nginx_site
  429. echo ' }' >> $postactiv_nginx_site
  430. echo '' >> $postactiv_nginx_site
  431. echo ' # Fancy URLs' >> $postactiv_nginx_site
  432. echo ' location @postactiv {' >> $postactiv_nginx_site
  433. echo ' rewrite ^(.*)$ /index.php?p=$1 last;' >> $postactiv_nginx_site
  434. echo ' }' >> $postactiv_nginx_site
  435. echo '' >> $postactiv_nginx_site
  436. echo ' # Restrict access that is unnecessary anyway' >> $postactiv_nginx_site
  437. echo ' location ~ /\.(ht|git) {' >> $postactiv_nginx_site
  438. echo ' deny all;' >> $postactiv_nginx_site
  439. echo ' }' >> $postactiv_nginx_site
  440. echo '' >> $postactiv_nginx_site
  441. # DO NOT ENABLE KEYBASE. postactiv really doesn't like having a .well-known directory
  442. echo '}' >> $postactiv_nginx_site
  443. function_check configure_php
  444. configure_php
  445. function_check create_site_certificate
  446. create_site_certificate $POSTACTIV_DOMAIN_NAME 'yes'
  447. # Ensure that the database gets backed up locally, if remote
  448. # backups are not being used
  449. function_check backup_databases_script_header
  450. backup_databases_script_header
  451. function_check backup_database_local
  452. backup_database_local postactiv
  453. function_check nginx_ensite
  454. nginx_ensite $POSTACTIV_DOMAIN_NAME
  455. # NOTE: For the typical case always enable SSL and only
  456. # disable it if in onion only mode. This is due to complexities
  457. # with the way URLs are generated by postactiv
  458. postactiv_ssl='always'
  459. if [[ $ONION_ONLY != 'no' ]]; then
  460. postactiv_ssl='never'
  461. fi
  462. POSTACTIV_ONION_HOSTNAME=$(add_onion_service postactiv 80 ${POSTACTIV_ONION_PORT})
  463. POSTACTIV_SERVER=${POSTACTIV_DOMAIN_NAME}
  464. if [[ $ONION_ONLY != 'no' ]]; then
  465. POSTACTIV_SERVER=${POSTACTIV_ONION_HOSTNAME}
  466. fi
  467. # Create the configuration
  468. postactiv_installer=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/scripts/install_cli.php
  469. if [ ! -f $postactiv_installer ]; then
  470. rm -rf /var/www/$POSTACTIV_DOMAIN_NAME
  471. echo $'No postactiv commandline installer found'
  472. exit 53026
  473. fi
  474. ${postactiv_installer} --server "${POSTACTIV_SERVER}" \
  475. --host="localhost" --database="postactiv" \
  476. --dbtype=mysql --username="root" -v \
  477. --password="$MARIADB_PASSWORD" \
  478. --sitename=$"postactiv" --fancy='yes' \
  479. --admin-nick="$MY_USERNAME" \
  480. --admin-pass="$POSTACTIV_ADMIN_PASSWORD" \
  481. --site-profile="community" \
  482. --ssl=${postactiv_ssl}
  483. # There can be a lot of warnings here so the return value check is disabled
  484. #if [ ! "$?" = "0" ]; then
  485. # # failed to install
  486. # echo $'Could not install postactiv'
  487. # exit 72357
  488. #fi
  489. # check postactiv has a config file
  490. postactiv_config_file=/var/www/$POSTACTIV_DOMAIN_NAME/htdocs/config.php
  491. if [ ! -f $postactiv_config_file ]; then
  492. drop_database postactiv
  493. rm -rf /var/www/$POSTACTIV_DOMAIN_NAME
  494. echo $'Postactiv config.php not found'
  495. exit 87586
  496. fi
  497. # Some useful settings
  498. if ! grep -q "Recommended postactiv settings" $postactiv_config_file; then
  499. echo "" >> $postactiv_config_file
  500. echo "// Recommended postactiv settings" >> $postactiv_config_file
  501. echo "\$config['thumbnail']['maxsize'] = 3000;" >> $postactiv_config_file
  502. echo "\$config['profile']['delete'] = true;" >> $postactiv_config_file
  503. echo "\$config['profile']['changenick'] = true;" >> $postactiv_config_file
  504. echo "\$config['public']['localonly'] = false;" >> $postactiv_config_file
  505. echo "addPlugin('StoreRemoteMedia');" >> $postactiv_config_file
  506. echo "\$config['queue']['enabled'] = true;" >> $postactiv_config_file
  507. echo "\$config['queue']['daemon'] = true;" >> $postactiv_config_file
  508. echo "\$config['ostatus']['hub_retries'] = 3;" >> $postactiv_config_file
  509. fi
  510. echo "\$config['mail']['domain'] = '${DEFAULT_DOMAIN_NAME}';" >> $postactiv_config_file
  511. # This improves performance
  512. sed -i "s|//\$config\['db'\]\['schemacheck'\].*|\$config\['db'\]\['schemacheck'\] = 'script';|g" $postactiv_config_file
  513. # remove the install script
  514. if [ -f /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/install.php ]; then
  515. rm /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/install.php
  516. fi
  517. systemctl restart php5-fpm
  518. systemctl restart nginx
  519. ${PROJECT_NAME}-addemail -u $MY_USERNAME -e "noreply@$POSTACTIV_DOMAIN_NAME" -g postactiv --public no
  520. ${PROJECT_NAME}-pass -u $MY_USERNAME -a postactiv -p "$POSTACTIV_ADMIN_PASSWORD"
  521. set_completion_param "postactiv domain" "$POSTACTIV_DOMAIN_NAME"
  522. install_completed postactiv_main
  523. }
  524. function expire_postactiv_posts {
  525. # To prevent the database size from growing endlessly this script expires posts
  526. # after a number of months
  527. if [ ! -d /var/www/$POSTACTIV_DOMAIN_NAME/htdocs ]; then
  528. return
  529. fi
  530. echo '<?php' > $postactiv_expire_script
  531. echo '' >> $postactiv_expire_script
  532. echo '// postactiv post expiry script, based on StatExpire by Tony Baldwin' >> $postactiv_expire_script
  533. echo '// https://github.com/tonybaldwin/statexpire' >> $postactiv_expire_script
  534. echo '' >> $postactiv_expire_script
  535. echo '$oldate=date(("Y-m-d"), strtotime("-3 months"));' >> $postactiv_expire_script
  536. echo '$username="root";' >> $postactiv_expire_script
  537. echo "\$password=shell_exec('${PROJECT_NAME}-pass -u root -a mariadb');" >> $postactiv_expire_script
  538. echo '$database="postactiv";' >> $postactiv_expire_script
  539. echo '' >> $postactiv_expire_script
  540. echo 'if (!$link = mysql_connect("localhost", $username, $password)) {' >> $postactiv_expire_script
  541. echo ' echo "Could not connect to mariadb";' >> $postactiv_expire_script
  542. echo ' exit;' >> $postactiv_expire_script
  543. echo '}' >> $postactiv_expire_script
  544. echo '' >> $postactiv_expire_script
  545. echo 'if (!mysql_select_db($database, $link)) {' >> $postactiv_expire_script
  546. echo ' echo "Could not select postactiv database";' >> $postactiv_expire_script
  547. echo ' exit;' >> $postactiv_expire_script
  548. echo '}' >> $postactiv_expire_script
  549. echo '' >> $postactiv_expire_script
  550. echo "\$notice_query=\"DELETE FROM notice WHERE created <= '\$oldate 01:01:01'\";" >> $postactiv_expire_script
  551. echo "\$conversation_query=\"DELETE FROM conversation WHERE created <= '$oldate 01:01:01'\";" >> $postactiv_expire_script
  552. echo "\$reply_query=\"DELETE FROM reply WHERE modified <= '\$oldate 01:01:01'\";" >> $postactiv_expire_script
  553. echo '' >> $postactiv_expire_script
  554. echo 'mysql_query($notice_query);' >> $postactiv_expire_script
  555. echo '$rowaff1=mysql_affected_rows();' >> $postactiv_expire_script
  556. echo 'mysql_query($conversation_query);' >> $postactiv_expire_script
  557. echo '$rowaff2=mysql_affected_rows();' >> $postactiv_expire_script
  558. echo 'mysql_query($reply_query);' >> $postactiv_expire_script
  559. echo '$rowaff3=mysql_affected_rows();' >> $postactiv_expire_script
  560. echo 'mysql_close();' >> $postactiv_expire_script
  561. echo '' >> $postactiv_expire_script
  562. echo 'echo "Expire postactiv posts: $rowaff1 notices, $rowaff2 conversations, and $rowaff3 replies deleted from database.\n";' >> $postactiv_expire_script
  563. chmod +x $postactiv_expire_script
  564. # Add a cron job
  565. if ! grep -q "$postactiv_expire_script" /etc/crontab; then
  566. echo "10 3 5 * * root /usr/bin/timeout 500 /usr/bin/php $postactiv_expire_script" >> /etc/crontab
  567. fi
  568. # remove old expire script
  569. if [ -f /etc/cron.weekly/clear-postactiv-database ]; then
  570. rm /etc/cron.weekly/clear-postactiv-database
  571. fi
  572. }
  573. function install_postactiv {
  574. if [ ! $ONION_ONLY ]; then
  575. ONION_ONLY='no'
  576. fi
  577. install_postactiv_main
  578. expire_postactiv_posts
  579. # unleash the daemons!
  580. /etc/cron.hourly/postactiv-daemons
  581. APP_INSTALLED=1
  582. }
  583. # NOTE: deliberately there is no "exit 0"