Commit Graph

167 Commits

Author SHA1 Message Date
Andrew David Wong
5f1f9fc4d9
Merge branch 'VMAuth' of github.com:tommytran732/qubes-doc into tommytran732-VMAuth 2022-05-30 15:32:30 -07:00
Andrew David Wong
e3e546a97a
Fix typos 2022-05-30 15:30:36 -07:00
Dr. Gerhard Weck
08c96879c5
Clarify IP address usage for forwading 2022-05-28 13:08:00 +02:00
Dr. Gerhard Weck
de87082d1e
Clarify IP address usage for forwarding 2022-05-28 13:06:19 +02:00
Dr. Gerhard Weck
a072318fe4
IP address use for forwarding external requests 2022-05-28 13:03:29 +02:00
Tommy
bd9e2f7670
Add missing execute permission for VMAuth 2022-05-26 23:02:34 -04:00
Dr. Gerhard Weck
c86d57e44b
Add explanation for firewall rule in target VM
Is it really the firewall address in the rule of the target VM? Or, instead, the originating address of the web access?
2022-05-13 13:25:54 +02:00
Dr. Gerhard Weck
1a02c6a909
Clarify use of IP addresses for frowarding 2022-05-08 13:13:31 +02:00
chiu410
82b1d8e789
Update yubi-key.md 2022-03-14 02:07:35 +08:00
Rusty Bird
cf460ca6a5
Query passwords with 'read -r'
'read' without '-r' interprets escape sequences, so it may not behave
properly if the password contains literal backslashes (depending on the
next character).
2022-01-02 13:05:47 +00:00
tt-why
dce008bc27 Update U2F proxy doc when having non standard sys-usb qubes name 2021-11-30 14:28:03 +00:00
3hhh
6cfc10bb91
Update device-handling-security.md
minor clarifications
2021-09-13 11:40:33 +02:00
Andrew David Wong
a18174dc5e
Fix capitalization; update terms (QubesOS/qubes-issues#6769)
Thank you to @unman for the initial sentence case pass.
2021-07-09 05:10:44 -07:00
unman
d0bc9e70a2
Sentence case for titles 2021-07-09 01:06:41 +00:00
Marek Marczykowski-Górecki
3806ecf338
Remove extra newlines at the beginning/end of files
Those are redundant, and yaml parser strips them in fact. By removing
them, loading and saving yaml file without any change indeed produce the
same output. This is useful for prepare_for_translation.py script (which
adds lang and ref tags) - to produce only change that indeed was made.
2021-06-24 16:07:23 +02:00
Andrew David Wong
527a2eb339
Update links 2021-06-21 00:38:18 -07:00
Andrew David Wong
e451f92cde
Update attachment paths 2021-06-18 05:46:02 -07:00
Andrew David Wong
60bd80ad25
Revert "Update attachment paths"
This reverts commit e5a21f7488.
2021-06-18 05:39:47 -07:00
Andrew David Wong
e5a21f7488
Update attachment paths 2021-06-18 05:02:02 -07:00
Andrew David Wong
63498a6c17
Mass replace "TemplateVM" with "template"
QubesOS/qubes-issues#1015
2021-06-18 02:16:40 -07:00
Andrew David Wong
c07ee61ed8
Mass replace "DisposableVM" with "disposable"
QubesOS/qubes-issues#1015
2021-06-18 02:04:39 -07:00
Andrew David Wong
aea595397f
Mass replace "AppVM" and "TemplateBasedVM" with "app qube"
QubesOS/qubes-issues#1015
2021-06-18 01:55:53 -07:00
Andrew David Wong
a63f24d639
Fix links 2021-06-17 07:33:36 -07:00
Andrew David Wong
6d81f95cc2
Update and reorganize documentation
- Convert "Common Tasks" to "How-to Guides"
  (QubesOS/qubes-issues#6694)
- Make title capitalization consistent across docs
- Fix leftover h1 headings
- Reorganize various pages and topics
- Update permalinks to better match titles
- Create redirects for changed permalinks
- Miscellaneous cleanup

QubesOS/qubes-issues#6701
2021-06-17 05:16:22 -07:00
Andrew David Wong
2c473241a8
Revert "Remove all instances of permalink: in YAML frontmatter"
This reverts commit c815e4c54c.

https://github.com/QubesOS/qubes-issues/issues/6701#issuecomment-862822827
2021-06-16 19:56:25 -07:00
Andrew David Wong
4ff7430960
Remove redundant h1 titles using # syntax
https://github.com/QubesOS/qubes-issues/issues/6701#issuecomment-862060759
2021-06-16 00:29:28 -07:00
Andrew David Wong
a4cbb51092
Remove vestigial '====' heading syntax
https://github.com/QubesOS/qubes-issues/issues/6701#issuecomment-862060759
2021-06-15 23:53:27 -07:00
Andrew David Wong
f822b70435
Remove redundant titles
First pass for all titles still using the old '=====' syntax

https://github.com/QubesOS/qubes-issues/issues/6701#issuecomment-862060759
2021-06-15 23:48:48 -07:00
Andrew David Wong
0c95b3ae4d
Revert "Remove instances of title: from YAML headers"
This reverts commit 24e6a8a616.

https://github.com/QubesOS/qubes-issues/issues/6701#issuecomment-862060759
2021-06-15 23:19:45 -07:00
Andrew David Wong
c815e4c54c
Remove all instances of permalink: in YAML frontmatter
Converts existing permalink paths into redirect_from entries.

QubesOS/qubes-issues#6701
2021-06-15 22:33:51 -07:00
Andrew David Wong
24e6a8a616
Remove instances of title: from YAML headers
QubesOS/qubes-issues#6701
2021-06-15 22:16:59 -07:00
Tobias Killer
098f5b418c
Resolve open issues mentioned on Transifex 2021-04-17 10:57:16 +02:00
Tobias Killer
d951c2d434
Delete U+200B (ZERO WIDTH SPACE) chars 2021-04-12 11:20:02 +02:00
Tobias Killer
b6cb04c297
Refactor links in order to obey the new convention rule 2021-04-11 00:09:05 +02:00
Marek Marczykowski-Górecki
752f1d4ddc
Fix over indented code blocks 2021-03-28 20:58:39 +02:00
Maya
820af56761
Add lang + ref tags to frontmatter
Those are fields used by the language switcher to correlate pages across
different languages, even if they have different names/paths/titles.
They are generated with the prepare_for_translation.py script.
2021-03-14 16:18:11 +01:00
Maya
8f8a8e50ea
Normalize frontmatter
- sort keys
- remove permalink from redirects
2021-03-14 16:18:10 +01:00
Maya
67a92614aa
Markdown formatting fixes
- mark all code blocks with ```
- unify empty lines between sections
- adjust list syntax (no space before dash)
- adjust headers to use Atx-style syntax
- remove trailing spaces
2021-03-14 16:18:10 +01:00
HackerNCoder
5701f5b733
Downgrade images to 4.0 2021-02-16 02:44:31 +01:00
Marek Marczykowski-Górecki
a48402dc8b
Remove unmaintained OTP yubikey mode 2021-01-25 00:03:55 +01:00
unman
00a657d660
Improve firewall.md, for consistent style.
Remove old material.
Clarify use of firewall scripts
2020-12-27 16:20:30 +00:00
Andrew David Wong
5f61c3c32e
Update link to Qubes-Community version
https://github.com/QubesOS/qubes-issues/issues/4693
2020-12-07 22:54:52 -08:00
Andrew David Wong
d201a09b9a
Update links to Qubes-Community version
https://github.com/QubesOS/qubes-issues/issues/4693
2020-12-07 22:31:41 -08:00
Andrew David Wong
30e7112f4a
Convert absolute to relative links
Absolute links break automatic onion redirection:
https://groups.google.com/g/qubes-users/c/NJdzP27wvmM/
2020-12-07 17:04:29 -08:00
Santori Helix
b0232f96ad
Update split-gpg.md 2020-11-19 21:01:20 +00:00
Santori Helix
caeb145355
Fixed a grammar error in the intro
Changed "...the role of the x plays..." to "...the role of the x is played by..."
2020-11-19 20:53:08 +00:00
Andrew David Wong
31d28d0ad2
Update links 2020-11-16 05:00:24 -08:00
hackerncoder
ef890d4253
change applicable images to 4.1 screenshots 2020-10-25 17:04:17 +01:00
Michael Carbone
c59a852cd6
add warning about where public keys live in TB 78 2020-10-13 06:52:09 -04:00
Marek Marczykowski-Górecki
05616a71ba
u2f: add info about non-default USB qube name 2020-10-12 22:36:53 +02:00
Andrew David Wong
6c3baf255f
Fix typo 2020-09-29 08:44:43 -05:00
Frédéric Pierret (fepitre)
715069bdb2
splitgpg: make uniform denomination of smart card in the text 2020-09-29 15:07:49 +02:00
Frédéric Pierret (fepitre)
18140cc67d
splitgpg: add screenshots for thunderbird 78+ 2020-09-29 14:53:03 +02:00
Frédéric Pierret (fepitre)
9be0e35700
splitgpg: use qubes-gpg-client-wrapper to get public key 2020-09-29 14:53:03 +02:00
Andrew David Wong
a347d9dd10
Improve Thunderbird section descriptions
This is intended to help with accessibility, user comprehension, and slugifying anchor links.
2020-09-29 14:53:03 +02:00
Frédéric Pierret (fepitre)
9b78aac012
splitgpg: replace work by work-email
This is to be consistent with illustration
2020-09-29 11:31:40 +02:00
Frédéric Pierret (fepitre)
3d0fe68f89
splitgpg: update Debian/Fedora versions 2020-09-29 11:04:11 +02:00
Frédéric Pierret (fepitre)
5c41089a00
splitgpg: add Thunderbird 78+ doc 2020-09-29 10:47:29 +02:00
Andrew David Wong
c48b13c981
Fix links and references 2020-08-03 16:45:19 -05:00
Andrew David Wong
2a7f3ef3a8
Improve document structure 2020-08-03 16:16:02 -05:00
Andrew David Wong
e9b4726293
Make in-line images links to full-size images 2020-08-03 16:01:51 -05:00
Andrew David Wong
d1c6a4bc18
Remove unnecessary broken link 2020-07-13 06:24:28 -05:00
Michael Carbone
f19f853f7e
clarify u2f instructions 2020-07-01 09:24:33 -04:00
Andrew David Wong
8472e05aa9
Merge branch 'master' of git://github.com/vrushti-mody/qubes-doc into vrushti-mody-master 2020-06-09 04:44:34 -05:00
vrushti-mody
c3b338635a Fixes #4901 'Outdated paragraph in Split GPG limitations section' 2020-06-08 11:27:01 +05:30
null pointer exception
024e12470f
Clean up wording and typos 2020-06-05 18:46:13 +00:00
vrushti-mody
7772aa414b Fixes #4901 'Outdated paragraph in Split GPG limitations section' 2020-06-05 18:30:07 +05:30
Andrew David Wong
c7309fe615
Add missing comma 2020-06-05 12:43:37 -05:00
vrushti-mody
2daf586dc8 Fixes #4901 'Outdated paragraph in Split GPG limitations section' 2020-06-05 18:28:50 +05:30
vrushti-mody
ea36995c11 Fixes #4901 'Outdated paragraph in Split GPG limitations section' 2020-06-05 16:46:50 +05:30
vrushti-mody
226a065b34 Fixes #4901 'Outdated paragraph in Split GPG limitations section' 2020-06-05 16:17:52 +05:30
vrushti-mody
d9c3321e55 Fixes #4901 2020-06-05 16:15:32 +05:30
vrushti-mody
62380052ee Fixes erreneous documentation in Split gpg 2020-06-05 15:57:37 +05:30
vrushti-mody
d842c78c84 Fixed erreneous documentation in Split gpg 2020-06-04 14:21:06 +05:30
null pointer exception
0c5ad362fb
Normalize punctuation and capitalization 2020-05-03 18:56:31 +00:00
null pointer exception
94446ad174
Add file path code blocks 2020-05-03 18:53:10 +00:00
null pointer exception
1f30db20ce
Add code blocks around package name 2020-04-27 18:15:23 +00:00
Jeff Clement
e43aef1167
spelling mistake 2020-04-04 07:52:30 -06:00
Jeff Clement
61c92f30ba
Added Keybase configuration section. #5753 2020-04-04 07:35:41 -06:00
Marta Marczykowska-Górecka
ede4245a41
Changed xl console to qvm-console-dispvm
Due to changes documented in https://github.com/QubesOS/qubes-issues/issues/4544 , we can now use the (safer) qvm-console-dispvm instead of a raw xl console.
2020-03-24 16:19:29 +01:00
Frédéric Pierret
7c87063c2c
Update split-gpg.md
FIx little mistake in option name
2020-02-16 09:28:07 +01:00
Andrew David Wong
84e5f205ae
Improve wording 2020-02-15 07:38:03 -06:00
Frédéric Pierret (fepitre)
0ddbfe2104
splitgpg: rewording according to Marek's comments 2020-02-14 12:13:03 +01:00
Frédéric Pierret (fepitre)
ff018b699f
enigmail: add a warning about default created gpg key by enigmail
Related to https://github.com/QubesOS/qubes-issues/issues/5639
2020-02-12 15:38:49 +01:00
Andrew David Wong
02608643bc
Merge branch 'u2f' of https://github.com/strugee/qubes-doc into strugee-u2f 2020-02-05 03:42:27 -06:00
AJ Jordan
e8639c36f9
Remove incorrect claim about U2F in Firefox 2020-02-03 23:25:27 -05:00
Marta Marczykowska-Górecka
6e02af0c7f
minor changes for clarity
minor changes to make the split GPG instructions clearer to uncertain users.
2020-02-02 00:30:41 +01:00
AJ Jordan
1ff35ceacc
Improve Firefox notes for the U2F proxy
* Remove notes about pre-Firefox Quantum versions, as these are *long*
  outdated
* Be clearer about U2F being deprecated and how that affects Firefox
  support
2020-01-21 16:19:39 -05:00
LawAbidingCactus
d870c73cbf
add qrexec policy configuration documentation 2019-10-11 19:00:59 +00:00
LawAbidingCactus
73b43762ee
fix minor syntactic error 2019-10-06 20:52:31 +00:00
Andrew David Wong
a35177e9d2
Merge branch 'master' of https://github.com/misterzed88/qubes-doc into misterzed88-master 2019-09-15 16:25:16 -05:00
Andrew David Wong
c2de80fe46
Merge branch 'firewall-logs' of https://github.com/strugee/qubes-doc into strugee-firewall-logs 2019-09-15 16:24:23 -05:00
Andrew David Wong
255eb95414
Merge branch 'qvm-connect-tcp' of https://github.com/fepitre/qubes-doc into fepitre-qvm-connect-tcp 2019-09-15 16:22:11 -05:00
Zoltan Kelemen
5e14f17a75 Add option for waiting for xtables lock, to avoid potential intermittent script failures in case another process is concurrently accessing iptables. 2019-09-02 13:07:09 +02:00
Zoltan Kelemen
8f3c4343b5 Fix minor problem with wrong chain being checked resulting in multiple iptables entries created when script runs multiple times. 2019-09-02 13:01:22 +02:00
Andrew David Wong
a863d5054c
Fix link 2019-09-02 05:12:57 -05:00
Andrew David Wong
1d554658bc
Fix links 2019-09-02 05:03:21 -05:00
Frédéric Pierret (fepitre)
a184b141b4
qubes.ConnectTCP: fix mistake in path of edition 2019-08-30 17:03:10 +02:00
AJ Jordan
cda9e8a2fb
Add note about firewall logs for troubleshooting
Fixes QubesOS/qubes-issues#5270
2019-08-29 11:51:12 -07:00
Frédéric Pierret (fepitre)
7628238da9
Add examples for using qubes.ConnectTCP 2019-08-25 19:35:51 +02:00