Commit graph

15703 commits

Author SHA1 Message Date
Samuel Clay
500d4edae6 Fixing crash when url is not http[s] and using in app Safari. 2022-01-10 13:58:25 -05:00
Samuel Clay
5438b54955 Using discourse icon for support forum link on ios. #1578 2022-01-05 12:30:51 -05:00
David Sinclair
10c405c44e #1575 (subscribe to site in share sheet) 2021-12-23 16:18:26 -07:00
David Sinclair
738bdda220 #1579 (focus changes) 2021-12-20 21:20:52 -07:00
David Sinclair
a44e307c69 #1540 (comfortable/compact feeds) 2021-12-20 20:40:43 -07:00
David Sinclair
95efd21426 #1578 (support link) 2021-12-20 19:50:22 -07:00
David Sinclair
c7ef07c063 Merge branch 'master' into dejal 2021-12-20 15:59:59 -07:00
Samuel Clay
d19a4f7545 Cleanup 2021-12-18 15:00:32 -05:00
Samuel Clay
380f7a9242 Seems redundant with newsblur_web/docker_local_settings.py 2021-12-18 14:58:07 -05:00
Samuel Clay
f33c1b3600 Using new repo password for postgres. 2021-12-17 17:35:01 -05:00
Samuel Clay
6b8e747ebc Moving around postgres config 2021-12-17 17:11:54 -05:00
Samuel Clay
aee543d913 Moving directories. 2021-12-17 16:56:30 -05:00
Samuel Clay
62529e96c2 Adding postgresql backup restoration. Working on config. 2021-12-17 16:53:28 -05:00
Samuel Clay
647b1100fd Using user log for db times. 2021-12-17 13:55:35 -05:00
Samuel Clay
7956cf0c8d Last 5 minutes is actually last minute. 2021-12-17 11:56:33 -05:00
Samuel Clay
dd5d43f744 Adding 5min loadtime to prometheus graphs. 2021-12-17 11:41:42 -05:00
Samuel Clay
7ebce0bcdd Switching back to nbanalytics with user auth. 2021-12-16 20:50:23 -05:00
Samuel Clay
f36a4f8fd5 Mongo auth 2021-12-16 20:30:27 -05:00
Samuel Clay
ef62d212ab Deploying new analytics server. 2021-12-16 15:31:12 -05:00
Samuel Clay
8b6452b094 Create mongodb database user. Only runs on analytics, but should work fine on main mongo. 2021-12-16 15:02:27 -05:00
Samuel Clay
ea6103bc8f Adding second mongo analytics db, cleaning up mongo analytics auth. 2021-12-16 13:48:20 -05:00
Samuel Clay
7fe34b0423 Adding RSS autodiscovery to blog. Thanks https://forum.newsblur.com/t/irony-newsblur-cant-auto-extract-rss-feed-from-blog-newsblur-com/8849. 2021-12-15 16:40:34 -05:00
Samuel Clay
e70ba4a8c0 Revert "Merge branch 'state_timeline'"
This reverts commit 83e4609af1, reversing
changes made to 089161b20f.
2021-12-15 14:17:48 -05:00
Samuel Clay
9af580e508 Fixing syntax error 2021-12-15 14:06:38 -05:00
Samuel Clay
83e4609af1 Merge branch 'state_timeline'
* state_timeline:
  fix flask_metrics ansible role
  add state timeline dashboard to grafana
  move state timeline to one single flask that gets astate for all services
2021-12-15 14:02:27 -05:00
Samuel Clay
5008d42a8e Merge branch 'master' into state_timeline
* master:
  Solving docker networking container issues by turning iptables back on but using ufw after.rules that allow ufw to retain blocking ability. Works on Redis, now to move to mongo.
  Mongo analytics monitor not reayd yet
  Turning consul monitor back on.
  Turning on analytics
  Need to strip csv values.
  Binding redis to public interface.
2021-12-15 13:34:11 -05:00
Samuel Clay
089161b20f Solving docker networking container issues by turning iptables back on but using ufw after.rules that allow ufw to retain blocking ability. Works on Redis, now to move to mongo. 2021-12-15 13:34:01 -05:00
Jonathan Math
cf917b43e5 fix flask_metrics ansible role 2021-12-15 11:37:43 -05:00
Jonathan Math
3bf8670a2a add state timeline dashboard to grafana 2021-12-15 11:36:25 -05:00
Jonathan Math
99dd44a435 move state timeline to one single flask that gets astate for all services 2021-12-15 11:35:16 -05:00
Samuel Clay
d2100e02f9 Mongo analytics monitor not reayd yet 2021-12-15 09:21:51 -05:00
Samuel Clay
7671025d9c Turning consul monitor back on. 2021-12-15 09:20:09 -05:00
Samuel Clay
0d9297ced3 Turning on analytics 2021-12-15 09:14:21 -05:00
Samuel Clay
3c05a21ce3 Need to strip csv values. 2021-12-14 13:13:26 -05:00
Samuel Clay
da732b382a Binding redis to public interface. 2021-12-14 12:34:44 -05:00
Samuel Clay
d315a279d6 Merge branch 'state_timeline'
* state_timeline:
  add state metrics to prometheus and grafana, update grafana image in docker-compose.metrics.yml
  add state timeline metric for redis and mongo in flask_metrics
  add requests to flask_monitor image
2021-12-14 11:24:54 -05:00
Samuel Clay
4069ba4b46 Merge branch 'master' into state_timeline
* master:
  Restore postgres backup. Needs work.
  Prepping postgres backup
  Prepping postgres transition, writing redis db maintenance.
  Prepping redis for moving back to primary.
  Updating redis backup to include percentage progress and access to the correct data dump.
  Updating to boto3 syntax.
  No more settings.get.
  Thanks to @jeff-tyrrill for helping find and secure these vulnerabilities having to do with the Story view and auth cookie.
2021-12-14 11:11:02 -05:00
Samuel Clay
8da118f653 Restore postgres backup. Needs work. 2021-12-14 08:22:19 -05:00
Samuel Clay
777e69ae82 Prepping postgres backup 2021-12-13 17:09:37 -05:00
Samuel Clay
ba6b4e5d1c Prepping postgres transition, writing redis db maintenance. 2021-12-13 16:09:27 -05:00
Samuel Clay
5b0ef4dbd6 Prepping redis for moving back to primary. 2021-12-13 15:31:21 -05:00
Samuel Clay
8bceaada80 Updating redis backup to include percentage progress and access to the correct data dump. 2021-12-13 14:26:20 -05:00
Samuel Clay
be3237cdc3 Updating to boto3 syntax. 2021-12-13 12:45:47 -05:00
Samuel Clay
d677373e3b No more settings.get. 2021-12-13 12:42:30 -05:00
Samuel Clay
01974e2706 Thanks to @jeff-tyrrill for helping find and secure these vulnerabilities having to do with the Story view and auth cookie. 2021-12-10 17:24:04 -05:00
Jonathan Math
80fa0e2e72 Merge branch 'master' into state_timeline 2021-12-10 16:57:57 -05:00
Jonathan Math
6dd3e5e5e4 add state metrics to prometheus and grafana, update grafana image in docker-compose.metrics.yml 2021-12-10 16:55:20 -05:00
Jonathan Math
a98d327da1 add state timeline metric for redis and mongo in flask_metrics 2021-12-10 16:54:17 -05:00
Jonathan Math
64e64280a1 add requests to flask_monitor image 2021-12-10 16:53:29 -05:00
David Sinclair
fbecdf0c33 Merge branch 'master' into dejal 2021-12-09 18:45:23 -07:00