edith notes image
This commit is contained in:
parent
eed3f511d1
commit
a52d446a95
|
@ -28,4 +28,8 @@ ssh myusername@mydomain.com -p 2222
|
|||
|
||||
Select *Administrator controls* then *App Settings* then *edith*. Enter a subdomain name, such as /notes.mydomain.com/, and optionally a freedns code. When the installation is complete you can then look up the password for the site within the *Passwords* section of the *Administrator control panel*, then navigate to the subdomain. Log in, then enter something like /notes.mydomain.com/testnote/ and start typing.
|
||||
|
||||
#+BEGIN_CENTER
|
||||
[[file:images/edith_notes.jpg]]
|
||||
#+END_CENTER
|
||||
|
||||
It is possible to turn off the login via *App Settings/edith* if you wish, but this will enable anyone on the internet to view or edit notes on your system, which could have obvious privacy or stability implications. From *App settings/edith* it's also possible to browse through your notes files.
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2018-02-02 Fri 14:45 -->
|
||||
<!-- 2018-02-02 Fri 20:47 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>‎</title>
|
||||
|
@ -269,6 +269,14 @@ ssh into the system with:
|
|||
Select <b>Administrator controls</b> then <b>App Settings</b> then <b>edith</b>. Enter a subdomain name, such as <i>notes.mydomain.com</i>, and optionally a freedns code. When the installation is complete you can then look up the password for the site within the <b>Passwords</b> section of the <b>Administrator control panel</b>, then navigate to the subdomain. Log in, then enter something like <i>notes.mydomain.com/testnote</i> and start typing.
|
||||
</p>
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<div class="figure">
|
||||
<p><img src="images/edith_notes.jpg" alt="edith_notes.jpg" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
It is possible to turn off the login via <b>App Settings/edith</b> if you wish, but this will enable anyone on the internet to view or edit notes on your system, which could have obvious privacy or stability implications. From <b>App settings/edith</b> it's also possible to browse through your notes files.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue