Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
594bc623
Commit
594bc623
authored
8 years ago
by
Hiro
Browse files
Options
Downloads
Patches
Plain Diff
Add how to write to static sites
parent
2891813e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
tsa.creole
+2
-1
2 additions, 1 deletion
tsa.creole
tsa/doc/extra.creole
+10
-0
10 additions, 0 deletions
tsa/doc/extra.creole
tsa/doc/ssh-jump-host.creole
+13
-0
13 additions, 0 deletions
tsa/doc/ssh-jump-host.creole
tsa/doc/static-sites.creole
+1
-3
1 addition, 3 deletions
tsa/doc/static-sites.creole
with
26 additions
and
4 deletions
tsa.creole
+
2
−
1
View file @
594bc623
...
...
@@ -23,7 +23,9 @@ For a list of services and which servers they run on check
* [[git, shell, ldap, etc. accounts|doc/accounts]]
* [[SVN accounts|doc/svn-accounts]]
* [[ssh|doc/ssh-jump-host]]
* [[writing to www, extra, dist, cdn, and other websites|doc/static-sites]]
* [[When using extra.tpo|doc/extra]]
== other, non TSA stuff
...
...
@@ -33,4 +35,3 @@ For a list of services and which servers they run on check
== internal documentation
* [[howto/retire-a-host]]
This diff is collapsed.
Click to expand it.
tsa/doc/extra.creole
0 → 100644
+
10
−
0
View file @
594bc623
= When using extra.tpo =
Extra is one of the sites hosted by "the www rotation". The www rotation uses several computers to host
its websites and it is used within tpo for redundancy.
Extra is used to host images that can be linked in blog posts and the like. The idea is that you do not need to
link images from your own computer or people.tpo.
Extra is used like other static sites within tpo.
[[Learn how to write to extra|static-sites]]
This diff is collapsed.
Click to expand it.
tsa/doc/ssh-jump-host.creole
0 → 100644
+
13
−
0
View file @
594bc623
= learning how to do an ssh jump host on tpo =
An ssh jump host is an alternative to SSH tunneling to access internal machines at tpo.
ProxyCommand automatically executes ssh command on remote host to jump to the next host and forward all traffic through.
Ex: To perform a ssh jump host and access staticiforme.tpo you might add the following to your ~/.ssh/config
{{{
Host staticiforme.torproject.org
ProxyCommand ssh -l %r -W %h:%p perdulce.torproject.org
untested, for your ~/.ssh/config
}}}
This diff is collapsed.
Click to expand it.
tsa/doc/static-sites.creole
+
1
−
3
View file @
594bc623
...
...
@@ -10,8 +10,7 @@ like extra.tp.o, dist.tp.o, and more.
How do you edit one of these websites? Let's say you want to edit "extra".
* First you ssh in to staticiforme
(using an ssh jump host if needed [maybe somebody can create a short file
explaining the recommended configuration there?]),
(using an ssh jump host if needed [[learn how to do a ssh jump host|ssh-jump-host]]),
* Then you make your edits as desired to
"/srv/extra-master.torproject.org/htdocs/".
...
...
@@ -25,4 +24,3 @@ time to time. But you can learn which websites are considered "static",
i.e. you can use the above steps to edit them, via:
* "ssh staticiforme cat /etc/static-components.conf"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment