Commit graph

41 commits

Author SHA1 Message Date
kevkevin
8bb64c54ae
adding back the rm package-lock.json and arm64 (#740)
* added back linux/arm64

* added back linux/arm64/v8

* added yarn in dockerfile

* added yarn in dockerfile

* added yarn in dockerfile

* Lint and format code

* Update proto files and types

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-01 17:24:36 -05:00
kevkevin
76f7988ea0
cleanup imports with new eslint rule to keep imports organized (#722)
* cleanup imports with new eslint rule to keep imports organized

* updated lock file

* we shouldnt remove package-lock in the docker file and added new package-lock.json

* removed yarn.lock
2023-07-19 09:39:57 -05:00
Evan Feenstra
7e73752f04 fix git in Dockerfile 2022-10-17 11:51:46 -07:00
kevkevin
bc65ef8c86
removed bcrypt (#421) 2022-09-07 21:28:35 -05:00
kevkevin
b4e2401013
Update to node16 (#410)
* updating these files to see if it will work on node version 16

* src/utils/tribes.ts

* update from 13 to 16

* /src/utils/tribeBots.ts

* /src/utils/socket.ts

* /src/utils/setup.ts

* /src/utils/proxy.ts

* /src/utils/nodeInfo.ts

* added ignore to all the files so it'd atleast build

* src/auth.ts

* /src/builtin/git.ts

* src/builtin/loop.ts

* ./src/network/send.ts updated the model types for sqlite upgrade

* ./src/network/receive.ts updated the model types for sqlite upgrade

* ./src/network/modify.ts updated the model types for sqlite upgrade

* ./src/network/intercept.ts updated the model types for sqlite upgrade

* ./src/hub.ts updated the model types for sqlite upgrade

* ./src/helpers.ts updated the model types for sqlite upgrade

* ./src/grpc/regular.ts updated the model types for sqlite upgrade

* ./src/controllers/subscriptions.ts updated the model types for sqlite upgrade

* ./src/controllers/payment.ts updated the model types for sqlite upgrade

* ./src/controllers/messages.ts updated the model types for sqlite upgrade

* ./src/controllers/media.ts updated the model types for sqlite upgrade

* ./src/controllers/invoices.ts updated the model types for sqlite upgrade

* ./src/controllers/invites.ts updated the model types for sqlite upgrade

* ./src/controllers/index.ts updated the model types for sqlite upgrade

* ./src/controllers/details.ts updated the model types for sqlite upgrade

* ./src/controllers/contacts.ts updated the model types for sqlite upgrade

* ./src/controllers/confimations.ts updated the model types for sqlite upgrade

* ./src/controllers/chats.ts updated the model types for sqlite upgrade

* ./src/controllers/chatsTribes.ts updated the model types for sqlite upgrade

* ./src/controllers/bots.ts updated the model types for sqlite upgrade

* ./src/controllers/botapi/pay.ts updated the model types for sqlite upgrade

* ./src/controllers/botapi/index.ts updated the model types for sqlite upgrade

* ./src/controllers/botapi/brodcast.ts updated the model types for sqlite upgrade

* ./src/controllers/api/personal.ts updated the model types for sqlite upgrade

* [*] ./src/utils/timers.ts updated the model types for sqlite upgrade removed an array and added a .toString to make the values the same type

* [*] ./src/controllers/subscriptions.ts updated the model types for sqlite upgrade removed the parse commands as the value we should be getting should be a number already

* [*] ./src/controllers/messages.ts updated the model types for sqlite upgrade removed the parse commands as the value we should be getting should be a number already

* [*] ./src/controllers/queries.ts updated the model types for sqlite upgrade made some changes to the accounting model

* [*] ./src/controllers/lsat.ts updated the model types for sqlite upgrade made some changes to how we get the type for Lsats

* [*] ./src/controllers/lsat.ts for some reason we were not using msgCount and just using the object when it is not a number

* [*] ./src/controllers/chatTribes.ts changed from number array to string since that's what contactId's type is

* [*] ./src/controllers/contacts.ts exisitng has the wrong types being attached to it

* parsed the contactIds to see if they're a number or string and then formatted it properly to use in the sendMessage func

* changed function to work no matter what (thanks Evan :))

* just used json.stringify instead

* added types to the new updates to chat.ts
2022-08-30 09:12:46 -05:00
EvanFeenstra1
06923642c1 fix Dockerfile, more tests 2021-10-12 16:09:12 -07:00
Gonzalo Aune
ba7a71df22 Adding back chown 2020-12-17 10:05:29 +00:00
Gonzalo Aune
83cd2b123b test 2020-12-16 21:35:25 +00:00
Gonzalo Aune
0b6408ae47 test 2020-12-16 20:21:40 +00:00
Gonzalo Aune
df311d913b test 2020-12-16 12:44:22 +00:00
Gonzalo Aune
fac25486c6 test 2020-12-16 12:09:52 +00:00
Gonzalo Aune
a199f254ed test 2020-12-16 11:41:42 +00:00
Gonzalo Aune
83937e5a45 test 2020-12-16 11:08:01 +00:00
Gonzalo Aune
f2b65a759c test 2020-12-16 10:26:32 +00:00
Evan Feenstra
2c76d78610 Dockerfile 2020-12-15 12:24:35 -08:00
Evan Feenstra
950c6d5a2d Dockerfil 2020-12-15 12:16:15 -08:00
Gonzalo Javier Aune
19492181d3 Added Dockerfile for only Relay. Fixed a bug on entrypoint.sh that didn't set env vars if it's not coming from ECS. Added github workflow for docker build 2020-12-14 14:42:01 +00:00
Gonzalo Javier Aune
ecbd945cc9 Updates for dockerfile 2020-10-09 15:37:35 +01:00
Gonzalo Javier Aune
41639cb2ac Changes in Dockerfile 2020-06-01 19:14:31 +01:00
Gonzalo Javier Aune
3c9153345d Going back to 4.1.1 2020-06-01 18:40:52 +01:00
Gonzalo Javier Aune
5ce5413285 Going back to 4.2.0 2020-06-01 18:22:29 +01:00
Gonzalo Javier Aune
1e397724a0 Freezing versions 2020-06-01 12:26:22 +01:00
Gonzalo Javier Aune
7bf732acf6 added arg for sphinx keysend 2020-05-20 17:44:42 +01:00
Gonzalo Javier Aune
61fe1bf8af Added argument for sphinx checkout 2020-05-20 17:44:10 +01:00
Gonzalo Javier Aune
de6bff8fa5 copy channel db if available 2020-05-19 12:26:25 +01:00
Gonzalo Javier Aune
dc91719d24 Fixed add peer script 2020-05-15 16:41:13 +01:00
Gonzalo Javier Aune
b23c3acf69 Added files for docker deployment 2020-05-15 16:15:04 +01:00
Gonzalo Javier Aune
9a0d89de57 Moved docker related files to new folder and introduction of ENTRYPOINT script 2020-05-15 12:54:29 +01:00
Gonzalo Javier Aune
e77b6ba377 Updated to 0.10 and added peers and sphinx-keysend-test 2020-05-13 18:08:43 +01:00
Gonzalo Javier Aune
8a91badaad added scheme 2020-05-08 13:12:50 +01:00
Gonzalo Javier Aune
3cb290b642 Using low memory option 2020-05-07 13:05:00 +01:00
Gonzalo Javier Aune
dfc44cee74 Changed to subdomain + domain 2020-05-05 16:20:14 +01:00
Gonzalo Javier Aune
8b4f54f5ee Fixes for npm with env vars 2020-05-04 20:15:29 +01:00
Gonzalo Javier Aune
d16f978c1e Updates to config file for ECS 2020-05-04 14:20:37 +01:00
Gonzalo Javier Aune
5e2cfae1c2 Changes to dockerfile and volumes 2020-05-01 12:08:33 +01:00
Gonzalo Javier Aune
7dda2e1231 changed nodealias 2020-05-01 11:47:24 +01:00
Gonzalo Javier Aune
9397890a4f Dockerfile changes and added supervisor 2020-05-01 11:46:53 +01:00
Gonzalo Javier Aune
bed7d5b1d5 Changes to dockerfile 2020-04-30 14:23:02 +01:00
Gonzalo Javier Aune
5113a38a7c Updates 2020-04-21 10:44:00 +01:00
Gonzalo Javier Aune
f06f198a83 Added docker files 2020-04-20 17:06:09 +01:00
Evan Feenstra
f6abf808dc sphinx-relay 2020-03-25 16:17:45 -07:00