Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit f3ec96b

Browse files
author
fmay
committed
boxes external access
1 parent 3596013 commit f3ec96b

File tree

5 files changed

+74
-0
lines changed

5 files changed

+74
-0
lines changed

.settings

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[editor]
2+
; enter your editor preferences here...
3+
4+
[code-beautifier]
5+
; enter your code-beautifier preferences here...
6+
7+
[codio-annotation]
8+
; enter your codio-annotation preferences here...
9+
10+
[view-javascript-code]
11+
; enter your view-javascript-code preferences here...
12+
13+
[git]
14+
; enter your git preferences here...
15+
16+
[ssh-cli]
17+
; enter your ssh-cli preferences here...
18+
19+
[run]
20+
; enter your run preferences here...
21+
22+
[preview]
23+
; enter your preview preferences here...
24+
25+
[salesforce]
26+
; enter your salesforce preferences here...
27+
28+
[emmet]
29+
; enter your emmet preferences here...
30+
31+
[search]
32+
; enter your search preferences here...
33+
34+
[settings]
35+
; enter your settings preferences here...
36+
37+
[project]
38+
; enter your project preferences here...
39+
40+
[dashboard]
41+
; enter your dashboard preferences here...
42+
43+
[codio-bower]
44+
; enter your codio-bower preferences here...
45+
46+
[deployment]
47+
; enter your deployment preferences here...
48+
49+
[container]
50+
; enter your container preferences here...
51+
52+
[account-settings]
53+
; enter your account-settings preferences here...
54+
55+
[ide]
56+
; enter your ide preferences here...
57+

source/docs/boxes/dir.ordered

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
terminal
2+
ext-access
23
run
34
ssh
45
workspace

source/docs/boxes/ext-access.html.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Accessing Boxes & Ports"
3+
class_name: docs
4+
full_width: true
5+
---
6+
7+
##Accessing your Box from outside
8+
If you want to access your Box from an external location, then you will need to use the following url
9+
10+
projectname.username.codiodev.com:port
11+
12+
##Ports
13+
You can configure external access to your project over ports 1024 - 4000, so you'll need to configure your Web Server, Node.JS etc., to use a port within this range.
14+

source/docs/boxes/index.html.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ As soon as you create a new project, it automatically gets a back-end box provis
99
This chapter covers the features provided by Boxes
1010

1111
- [How to access the Box console or terminal](/docs/boxes/terminal)
12+
- [Accessing your boxes from an external location](/docs/boxes/ext-access)
1213
- [Configuring single terminal/console commands from the 'Run' menu](/docs/boxes/run)
1314
- [SSH keys for accessing remote systems](/docs/boxes/ssh)
1415
- [Locating your code in the `~/workspace` folder](/docs/boxes/workspace)

source/humans.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ _________ .___.__ __________ __
1111
# TEAM
1212

1313
Joel Moss -- CTO -- @joelmoss
14+
Freddy May -- CEO -- @fmay
1415

1516
# THANKS
1617

0 commit comments

Comments
 (0)