Leopere
519af6f345
Replaced network name so it won't collide in my test environment
2018-10-02 17:02:42 -04:00
Leopere
7238ce376c
Updated git repository location for spee.ch
2018-10-02 16:55:58 -04:00
Leopere
d399d87a0e
Added networking and traefik label
2018-10-02 16:54:18 -04:00
Leopere
0be5ccbc58
Adding lbrycrd docker-compose.yml
...
This will spin up a lbrycrdd instance based off of the neighboring Dockerfile
The instance will be prepared to be part of a cluster using an external, to the container, network.
The label is to ensure that if there is a Traefik reverse proxy available on the docker host that it won't be exposed publicly.
2018-10-02 16:53:07 -04:00
Leopere
08f2337f5f
Committing base Dockerfile for lbrycrdd
...
This commit should contain a working lbrycrdd inside of a Docker container.
The idea is that this should work by default and store a few things on the host system for persistence.
2018-10-02 16:38:34 -04:00
Leopere
f7a136808d
Adding envvars for use in docker-compose.yml
2018-10-02 16:36:52 -04:00
Leopere
74dedea7a6
This is just a placeholder mostly for future work
2018-10-02 16:36:26 -04:00
Leopere
9699636912
Adding start.sh with some defaults
...
With permissions assertions to boot.
Added a few arguments to start with. I may change how this is done but I likely won't change the user facing side.
2018-10-02 16:33:20 -04:00
Leopere
13d06b9035
Random RPC passwords on startup
...
Pulling example from https://github.com/lbryio/chainquery#lbrycrd
This should establish a random RPC pass every time the containers start
2018-10-02 16:16:38 -04:00
Leopere
7f3345afaf
Adding basic .gitignore for data dir
2018-10-02 15:44:59 -04:00
Leopere
44e493fa9d
Updated comments
2018-10-02 15:36:13 -04:00
Leopere
dddec19d23
Update README.md for spee.ch
...
Declaring status of the spee.ch container.
2018-09-30 17:25:48 -04:00
Leopere
4cab98813d
Updated to use main spee.ch repo
...
The original concept was to pull the now deprecated www.spee.ch multisite repo.
2018-09-30 17:18:46 -04:00
Leopere
a4bceb4354
Updated README.md for lbrynet-daemon
2018-09-30 17:12:58 -04:00
Leopere
91ed25da05
Updated documentation for directories
2018-09-30 16:47:40 -04:00
Leopere
3782164242
Added README.md for the lbrynet-daemon compile container
2018-09-30 16:32:31 -04:00
Leopere
3793ce015d
Adding placeholder Dockerfile
...
The intent of this Dockerfile is to eventually contain the Lbrynet-daemon build process.
2018-09-30 16:32:03 -04:00
Leopere
5e1638edcb
Added docker-compose.yml definition for a RevProxy
2018-09-30 16:26:25 -04:00
Leopere
ab75446de2
added .env file for traefik container
2018-09-30 16:25:23 -04:00
Leopere
858baded88
Added traefik.toml
...
This toml file is setup in a way to make traefik automaticall upgrade all connections to TLS that are behind the Traefik proxy.
You will need to change some strings.
2018-09-30 16:25:02 -04:00
Leopere
f6cc199bf6
Added network-up.sh
...
Including the command as a script for lazy people to setup the traefik network for reverse proxies.
2018-09-30 16:24:11 -04:00
Leopere
f6ef0f77a8
Updated docker-compose.yml for spee.ch
...
Updated comments for clarity and usage cases
Corrected pathing for host volumes
Applied envvars from the neighboring .env file
:100644 100644 94820c6
0b49a14
M www.spee.ch/docker-compose.yml
2018-09-30 16:22:20 -04:00
Leopere
2ab9b3110f
Added .gitignore for spee.ch directory
2018-09-30 16:20:36 -04:00
Leopere
08003e5c51
Added .env file for spee.ch container
2018-09-30 16:20:19 -04:00
Leopere
29e7d8fffe
Updated comments for lbrynet-daemon Dockerfile
2018-09-30 16:18:26 -04:00
Leopere
0691d629d6
Updated docker-compose.yml
2018-09-30 16:17:53 -04:00
Leopere
6498353be7
Added .gitignore
2018-09-30 16:17:27 -04:00
chamunks
f44c67fd15
Expansion on goals section of spee.ch README
2018-06-05 14:45:12 -04:00
chamunks
91c2fdcec6
Permissions setting is being janky disabled for now
...
Final commit for a while
2018-06-05 14:23:49 -04:00
chamunks
981d688145
Using cp instead of mv
...
Disabling permissions assertion for now.
2018-06-05 14:20:51 -04:00
chamunks
b4bd8df557
removed set -u it breaks unbound vars
2018-06-05 14:06:45 -04:00
chamunks
225684228d
Sed apparently supports custom separators
2018-06-05 13:59:05 -04:00
chamunks
80f1bc8950
Adding node-gyp package
...
Configuration advancements
2018-06-05 13:55:52 -04:00
chamunks
8dc96e54ee
Changed shebang
2018-06-05 12:34:32 -04:00
chamunks
72451605c0
Removed debug line
2018-06-05 12:27:51 -04:00
chamunks
1e9f36dc7a
Commented on a line I will need to delete or change
2018-06-04 02:50:57 -04:00
chamunks
441be0adcc
* Major addition, configuration installation
...
This commit is a rather large one adding a bunch of environment vars
installing only the environment variables that have been set.
Also copying the default template configs into the destination /app/ dir
* Clarified where the bulk of the work gets done with a commented header
There will be a significant amount of sanitation that will need added.
2018-06-04 01:45:14 -04:00
chamunks
8d26219244
Updated TOC to not include itself
2018-06-03 18:30:51 -04:00
chamunks
00144ac282
Removed debug line
2018-06-02 22:42:14 -04:00
chamunks
5c0ea02aab
Realized there was a defaults file in cli/defaults
2018-06-02 20:06:44 -04:00
chamunks
e5df0c1347
Get dependencies prepared and I need a copy of the siteConfig.json
2018-06-02 18:57:55 -04:00
chamunks
a59c99382e
Marked section for eventual deletion
2018-06-02 18:53:00 -04:00
chamunks
eee0608eb3
Commenting and added another instance of final_permset
2018-06-02 18:51:43 -04:00
chamunks
36b42e2107
major rewrite of docker-entrypoint
...
Original entrypoint was basically a placeholder for me anyways.
I need to add a few functions for configuration and then start testing.
2018-06-02 18:46:51 -04:00
chamunks
f8f8c3ab51
Fail better
...
https://unix.stackexchange.com/questions/384305/debugging-scripts-what-is-the-difference-between-x-to-set-euxo-pipefail?rq=1
2018-06-02 18:21:57 -04:00
chamunks
568b175950
Fail entrypoint better
2018-06-02 14:40:49 -04:00
chamunks
47b9e86973
Adjusted container name
2018-06-02 12:01:01 -04:00
chamunks
e075101e19
Adjusted speech container name
2018-06-02 12:00:53 -04:00
chamunks
184d5e5da9
Changed container name
2018-06-02 11:56:15 -04:00
chamunks
af0a742f9e
Added Traefik configuration
...
This should pipe the traefik panel into itself under a subdomain you'll
need to setup yourself.
2018-06-02 11:50:49 -04:00