smartmachine 1.2.0.dev → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/smart_machine/grids/terminal.rb +2 -1
- data/lib/smart_machine/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec43240b9b3682f0385c64fc4d6b53954efafd1a1204d74ac27f65103c67d52a
|
|
4
|
+
data.tar.gz: a097bb7e4fcf21d7abfc8ff93877d5eb8b1d29ad53d0b10055d9cd1d60538c0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80821ca3d3f5871d794691d18d1e1530a8658c6ba4fbf4dfe9189c0d69e69d7f41889b5e24a7506c47857ca8911f56b763585a364939551392eb9414cda9517c
|
|
7
|
+
data.tar.gz: 8e807663aeb5b9c257aa3b3c2e90445c9b20586fcd6425ede2a2f974de2e1e50a95778d4094581febdec965c9ae2642cc4c1e9b6fe6342c2c4e29c0e4f10d868
|
|
@@ -74,7 +74,8 @@ module SmartMachine
|
|
|
74
74
|
"--env PASSWORD=#{@password}",
|
|
75
75
|
"--publish='2223:2223'", # TODO: Remove this published port and move it behind the reverse proxy when ready.
|
|
76
76
|
"--volume='#{@name}-home:/home'",
|
|
77
|
-
"--volume='#{@home_dir}/smartmachine/grids/terminal/#{@name}/backups:/root/backups'",
|
|
77
|
+
"--volume='#{@home_dir}/smartmachine/grids/terminal/#{@name}/backups:/root/backups'", # TODO: Do not volumize backups folder by default. Give option in the config file to decide what volume should be exposed from host to terminal.
|
|
78
|
+
"--volume='#{@home_dir}/smartmachine/apps/containers:/mnt/smartmachine/apps/containers'", # TODO: Do not volumize containers folder by default. Give option in the config file to decide what volume should be exposed from host to terminal.
|
|
78
79
|
"--init",
|
|
79
80
|
"--restart='always'",
|
|
80
81
|
"--network='nginx-network'",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smartmachine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.0
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- plainsource
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: net-ssh
|
|
@@ -417,9 +417,9 @@ licenses:
|
|
|
417
417
|
metadata:
|
|
418
418
|
homepage_uri: https://github.com/plainsource/smartmachine
|
|
419
419
|
bug_tracker_uri: https://github.com/plainsource/smartmachine/issues
|
|
420
|
-
changelog_uri: https://github.com/plainsource/smartmachine/releases/tag/v1.2.0
|
|
421
|
-
source_code_uri: https://github.com/plainsource/smartmachine/tree/v1.2.0
|
|
422
|
-
post_install_message:
|
|
420
|
+
changelog_uri: https://github.com/plainsource/smartmachine/releases/tag/v1.2.0
|
|
421
|
+
source_code_uri: https://github.com/plainsource/smartmachine/tree/v1.2.0
|
|
422
|
+
post_install_message:
|
|
423
423
|
rdoc_options: []
|
|
424
424
|
require_paths:
|
|
425
425
|
- lib
|
|
@@ -435,7 +435,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
435
435
|
version: 1.8.11
|
|
436
436
|
requirements: []
|
|
437
437
|
rubygems_version: 3.1.6
|
|
438
|
-
signing_key:
|
|
438
|
+
signing_key:
|
|
439
439
|
specification_version: 4
|
|
440
440
|
summary: Full-stack deployment framework for Rails.
|
|
441
441
|
test_files: []
|