forked from fair/matrix-puppeteer-line
		
	Compare commits
	
		
			4 Commits
		
	
	
		
			9d4f2dafac
			...
			3c0dd15616
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						3c0dd15616
	
				 | 
					
					
						|||
| 
						
						
							
						
						4172541e9b
	
				 | 
					
					
						|||
| 
						
						
							
						
						10308fdf6d
	
				 | 
					
					
						|||
| 
						
						
							
						
						846285e5b7
	
				 | 
					
					
						
@@ -20,6 +20,7 @@
 | 
				
			|||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "arg": "^4.1.3",
 | 
					    "arg": "^4.1.3",
 | 
				
			||||||
    "chrono-node": "^2.1.7",
 | 
					    "chrono-node": "^2.1.7",
 | 
				
			||||||
 | 
						"systemd-daemon": "^1.1.2",
 | 
				
			||||||
    "puppeteer": "5.5.0"
 | 
					    "puppeteer": "5.5.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,6 +15,7 @@
 | 
				
			|||||||
// along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | 
					// along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | 
				
			||||||
import process from "process"
 | 
					import process from "process"
 | 
				
			||||||
import fs from "fs"
 | 
					import fs from "fs"
 | 
				
			||||||
 | 
					import sd from "systemd-daemon"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import arg from "arg"
 | 
					import arg from "arg"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -55,6 +56,7 @@ function stop() {
 | 
				
			|||||||
api.start().then(() => {
 | 
					api.start().then(() => {
 | 
				
			||||||
	process.once("SIGINT", stop)
 | 
						process.once("SIGINT", stop)
 | 
				
			||||||
	process.once("SIGTERM", stop)
 | 
						process.once("SIGTERM", stop)
 | 
				
			||||||
 | 
						sd.notify("READY=1")
 | 
				
			||||||
}, err => {
 | 
					}, err => {
 | 
				
			||||||
	console.error("[Main] Error starting:", err)
 | 
						console.error("[Main] Error starting:", err)
 | 
				
			||||||
	process.exit(2)
 | 
						process.exit(2)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -226,6 +226,13 @@ base64-js@^1.0.2:
 | 
				
			|||||||
  resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1"
 | 
					  resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1"
 | 
				
			||||||
  integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==
 | 
					  integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					bindings@^1.3.0:
 | 
				
			||||||
 | 
					  version "1.5.0"
 | 
				
			||||||
 | 
					  resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
 | 
				
			||||||
 | 
					  integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
 | 
				
			||||||
 | 
					  dependencies:
 | 
				
			||||||
 | 
					    file-uri-to-path "1.0.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bl@^4.0.1:
 | 
					bl@^4.0.1:
 | 
				
			||||||
  version "4.0.2"
 | 
					  version "4.0.2"
 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/bl/-/bl-4.0.2.tgz#52b71e9088515d0606d9dd9cc7aa48dc1f98e73a"
 | 
					  resolved "https://registry.yarnpkg.com/bl/-/bl-4.0.2.tgz#52b71e9088515d0606d9dd9cc7aa48dc1f98e73a"
 | 
				
			||||||
@@ -621,6 +628,11 @@ file-entry-cache@^5.0.1:
 | 
				
			|||||||
  dependencies:
 | 
					  dependencies:
 | 
				
			||||||
    flat-cache "^2.0.1"
 | 
					    flat-cache "^2.0.1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					file-uri-to-path@1.0.0:
 | 
				
			||||||
 | 
					  version "1.0.0"
 | 
				
			||||||
 | 
					  resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
 | 
				
			||||||
 | 
					  integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
 | 
				
			||||||
 | 
					
 | 
				
			||||||
find-up@^2.0.0, find-up@^2.1.0:
 | 
					find-up@^2.0.0, find-up@^2.1.0:
 | 
				
			||||||
  version "2.1.0"
 | 
					  version "2.1.0"
 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
 | 
					  resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
 | 
				
			||||||
@@ -952,6 +964,11 @@ ms@^2.1.1:
 | 
				
			|||||||
  resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
 | 
					  resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
 | 
				
			||||||
  integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
 | 
					  integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					nan@^2.13.2:
 | 
				
			||||||
 | 
					  version "2.14.2"
 | 
				
			||||||
 | 
					  resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
 | 
				
			||||||
 | 
					  integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
 | 
				
			||||||
 | 
					
 | 
				
			||||||
natural-compare@^1.4.0:
 | 
					natural-compare@^1.4.0:
 | 
				
			||||||
  version "1.4.0"
 | 
					  version "1.4.0"
 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
 | 
					  resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
 | 
				
			||||||
@@ -1374,6 +1391,13 @@ supports-color@^7.1.0:
 | 
				
			|||||||
  dependencies:
 | 
					  dependencies:
 | 
				
			||||||
    has-flag "^4.0.0"
 | 
					    has-flag "^4.0.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					systemd-daemon@^1.1.2:
 | 
				
			||||||
 | 
					  version "1.1.2"
 | 
				
			||||||
 | 
					  resolved "https://registry.yarnpkg.com/systemd-daemon/-/systemd-daemon-1.1.2.tgz#63171f4353e0f96ef2d2257a5e6258cb89136cc3"
 | 
				
			||||||
 | 
					  integrity sha512-1s3JH5W78WYQI6iAQdsgoz9LMO5Sj5OtanjeNopJ15iX2q6QupRvkG5SQPJIj+YN3IgUMqPbtzfWxweCVKe28g==
 | 
				
			||||||
 | 
					  optionalDependencies:
 | 
				
			||||||
 | 
					    unix-dgram "^2.0.2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
table@^5.2.3:
 | 
					table@^5.2.3:
 | 
				
			||||||
  version "5.4.6"
 | 
					  version "5.4.6"
 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e"
 | 
					  resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e"
 | 
				
			||||||
@@ -1450,6 +1474,14 @@ unbzip2-stream@^1.3.3:
 | 
				
			|||||||
    buffer "^5.2.1"
 | 
					    buffer "^5.2.1"
 | 
				
			||||||
    through "^2.3.8"
 | 
					    through "^2.3.8"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					unix-dgram@^2.0.2:
 | 
				
			||||||
 | 
					  version "2.0.4"
 | 
				
			||||||
 | 
					  resolved "https://registry.yarnpkg.com/unix-dgram/-/unix-dgram-2.0.4.tgz#14d4fc21e539742b8fb027de16eccd4e5503a344"
 | 
				
			||||||
 | 
					  integrity sha512-7tpK6x7ls7J7pDrrAU63h93R0dVhRbPwiRRCawR10cl+2e1VOvF3bHlVJc6WI1dl/8qk5He673QU+Ogv7bPNaw==
 | 
				
			||||||
 | 
					  dependencies:
 | 
				
			||||||
 | 
					    bindings "^1.3.0"
 | 
				
			||||||
 | 
					    nan "^2.13.2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
uri-js@^4.2.2:
 | 
					uri-js@^4.2.2:
 | 
				
			||||||
  version "4.2.2"
 | 
					  version "4.2.2"
 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
 | 
					  resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										15
									
								
								systemd/matrix-puppeteer-line-chrome.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								systemd/matrix-puppeteer-line-chrome.service
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
				
			|||||||
 | 
					[Unit]
 | 
				
			||||||
 | 
					Description=Matrix-puppeteer-line Chrome backend
 | 
				
			||||||
 | 
					PartOf=matrix-puppeteer-line-chrome.target
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Service]
 | 
				
			||||||
 | 
					; User=matrix-line
 | 
				
			||||||
 | 
					; Group=matrix
 | 
				
			||||||
 | 
					Type=notify
 | 
				
			||||||
 | 
					NotifyAccess=all
 | 
				
			||||||
 | 
					WorkingDirectory=/opt/synapse/bridges/matrix-puppeteer-line/puppet
 | 
				
			||||||
 | 
					ExecStart=/bin/xvfb-run /usr/bin/node src/main.js
 | 
				
			||||||
 | 
					RuntimeDirectory=matrix/puppeteer-line
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Install]
 | 
				
			||||||
 | 
					WantedBy=multi-user.target
 | 
				
			||||||
							
								
								
									
										5
									
								
								systemd/matrix-puppeteer-line-chrome.target
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								systemd/matrix-puppeteer-line-chrome.target
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					[Unit]
 | 
				
			||||||
 | 
					Description=Matrix puppeteer line bridge target
 | 
				
			||||||
 | 
					Requires=multi-user.target network.target
 | 
				
			||||||
 | 
					After=multi-user.target network.target
 | 
				
			||||||
 | 
					BindsTo=matrix-puppeteer-line-chrome.service
 | 
				
			||||||
							
								
								
									
										14
									
								
								systemd/matrix-puppeteer-line.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								systemd/matrix-puppeteer-line.service
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
				
			|||||||
 | 
					[Unit]
 | 
				
			||||||
 | 
					Description=Matrix-puppeteer-line bridge
 | 
				
			||||||
 | 
					BindsTo=matrix-puppeteer-line-chrome.target
 | 
				
			||||||
 | 
					After=matrix-puppeteer-line-chrome.target
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Service]
 | 
				
			||||||
 | 
					; User=matrix-line
 | 
				
			||||||
 | 
					; Group=matrix
 | 
				
			||||||
 | 
					WorkingDirectory=/opt/synapse/bridges/matrix-puppeteer-line
 | 
				
			||||||
 | 
					ExecStart=/opt/synapse/bridges/matrix-puppeteer-line/.venv/bin/python -m matrix_puppeteer_line
 | 
				
			||||||
 | 
					RuntimeDirectory=matrix/puppeteer-line
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Install]
 | 
				
			||||||
 | 
					WantedBy=multi-user.target
 | 
				
			||||||
		Reference in New Issue
	
	Block a user