Commit Graph

18 Commits

Author SHA1 Message Date
Anatolios Laskaris
af31412d6f
chore: Prepare for multiplatform build (#148)
* Prepare for multiarch

* Fix

* Fix

* Fix

* Move some code to scripts

* Cleanup

* Run chmod

* Typo

* Fix

* Fixes

* Typo

* Install npm

* Fix

* Cleanup

* Fix

* Fix?

* Updates
2023-06-05 18:05:24 +03:00
Anatolios Laskaris
deac3dae84
chore: Fix libssl url (#146)
* Fix openssl lib download url

* Fix
2023-06-02 12:02:53 +03:00
Anatolios Laskaris
843a747941
fix: Fix IPFS s6 run script (#138)
Fix ipfs run script
2023-05-16 17:19:48 +03:00
Anatolios Laskaris
698d4e50b8
fix: Do not start IPFS daemon when IPFS_DAEMON is false (#136)
Do not start IPFS daemon when IPFS_DAEMON is false
2023-05-08 13:53:46 -04:00
Anatolios Laskaris
fe52de8b28
fix: Do deploy connector always (#114) 2023-03-13 09:41:53 +02:00
Anatolios Laskaris
de58659b6e
chore: Do not deploy decider by default (#111) 2023-03-08 13:47:37 +02:00
Anatolios Laskaris
2488f2b317
fix: Manage IPFS addresses settings (#71)
* Manage IPFS addresses settings

* Typo

* Fix README

* Fix readme

* Use tcp entrypoint

* Apply suggestions from code review

Co-authored-by: folex <0xdxdy@gmail.com>

* Fix README

Co-authored-by: folex <0xdxdy@gmail.com>
2022-11-21 12:44:12 +02:00
Anatoly Laskaris
308e5b2be8
Remove aqua-ipfs when not configured (#62)
* Update README

* Remove aqua-ipfs if not configured

* Substitute rust-peer for fluence node
2022-08-18 13:16:09 +03:00
Anatoly Laskaris
f56f5fdcf6
Run IPFS migrations automatically (#52)
* Run migrations automatically

* Allow to pass IPFS daemon commands as env variables

* Fix ipfs command

* Add fs-migrate binary

* Fix

* Run migrations manually

* Run IPFS fs migrations when IPFS_MIGRATE_FS var is set

* Make IPFS_MIGRATE_FS value a boolean
2022-07-28 16:33:52 +03:00
Anatoly Laskaris
35209b5e0c
Use different ceramic server per environment (#46)
* Set ceramic host per env

* Set ceramic url with glaze
2022-07-15 23:10:12 +03:00
Anatoly Laskaris
b6ab8ddbd8
Build several flavors of Fluence Node docker image (#43) 2022-07-15 22:43:07 +03:00
Anatoly Laskaris
16ab2638bc
Print warning if CERAMIC_HOST is unset or empty (#44)
* Print warining if CERAMIC_HOST is unset or empty

* Add info on what is skipped when CERAMIC_HOST not set
2022-07-07 20:21:13 +03:00
Anatoly Laskaris
0044fea6e5
Install ceramic and glaze (#38)
* Install ceramic and glaze

* Set ceramic host on start

* Fix Dockerfile

* Tab instead of spaces

* Mention CERAMIC_HOST variable in readme

* Update Dockerfile

Co-authored-by: folex <0xdxdy@gmail.com>

Co-authored-by: folex <0xdxdy@gmail.com>
2022-06-21 11:08:30 +03:00
folex
5f2190c518
Unset $HOME for daemons (#15)
fixes #14
2021-10-21 18:22:47 +03:00
folex
d3545afa0d Run fluence as user 'abc' 2021-06-30 23:37:58 +03:00
folex
c11e3e6148 Import env from container 2021-06-24 20:20:10 +03:00
folex
0880cd3128
Handle SIGTERM (#3) 2021-06-24 20:00:55 +03:00
folex
92a856227a
IPFS sidecar (#2) 2021-06-24 16:47:13 +03:00