[tw5] Re: Easy local saving with WebDav

2021-04-08 Thread Mohammad
Hi Mario,
 Thanks for your hint! Yes the above was  a demo to instruct users how to 
setup a wbdav server.
  Yes, one should warn users about the credentials used here!

Thank you

On Thursday, April 8, 2021 at 5:02:38 PM UTC+4:30 PMario wrote:

> Hi Folks, 
> Hi Mohammad, 
>
> PLEASE DON'T use username: admin and password: admin in your examples 
> without big red letters: Encrypt your passwords or you are f*&%$!
>
> There are users out there, which copy/paste configuration examples and 
> think they work. ... But they DON'T!.
>
> Mohammand. You used address: 127.0.0.1 which is localhost. ... That's good!
>
> The OP used address: 0.0.0.0, which is dangerous in production. It listens 
> on every IP address the server can find. It's similar to "My house is wide 
> open, take what you can!"
>
> The orginal configuration examples contains several parameters that can 
> increase security. ALL of them should be understood and configured!
> eg: CORS settings should be disabled for local installation. CORS is only 
> needed if the server faces the internet or is used in multi-user LAN. It 
> should only be enabled, if you know, what you do!!
>
> see: https://github.com/hacdias/webdav/#usage
>
> Just my thoughts!
>
> have fun!
> mario
> PS: admin is probably one of the most tested usernames by hackers. and 123456 
> the password which opens the gates. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/778dc1ca-2cf3-4978-af1c-38f34dd87881n%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2021-04-08 Thread PMario
Hi Folks, 
Hi Mohammad, 

PLEASE DON'T use username: admin and password: admin in your examples 
without big red letters: Encrypt your passwords or you are f*&%$!

There are users out there, which copy/paste configuration examples and 
think they work. ... But they DON'T!.

Mohammand. You used address: 127.0.0.1 which is localhost. ... That's good!

The OP used address: 0.0.0.0, which is dangerous in production. It listens 
on every IP address the server can find. It's similar to "My house is wide 
open, take what you can!"

The orginal configuration examples contains several parameters that can 
increase security. ALL of them should be understood and configured!
eg: CORS settings should be disabled for local installation. CORS is only 
needed if the server faces the internet or is used in multi-user LAN. It 
should only be enabled, if you know, what you do!!

see: https://github.com/hacdias/webdav/#usage

Just my thoughts!

have fun!
mario
PS: admin is probably one of the most tested usernames by hackers. and 123456 
the password which opens the gates. 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/186daab9-5f5f-42b9-93ab-890addcd230bn%40googlegroups.com.


Re: [tw5] Re: Easy local saving with WebDav

2021-04-08 Thread 'Florian Felix' via TiddlyWiki

Ok, but my Nextcloud is actually not local..
 I was looking at rsync before, especially because you can do so many 
services with it and even from android via termux. right now I’m just using 
syncthing though, it’s kind of cool 
Javier Rojas schrieb am Dienstag, 30. März 2021 um 05:17:41 UTC+2:

> On Mon, Mar 29, 2021 at 01:52:26PM -0700, 'Florian Felix' via TiddlyWiki 
> wrote:
> > So I coud use this to save/sync via my nextcloud or another external 
> webdav 
> > server? Has anyone tried that? would be great!
>
> I use webdav, viannginx, both in a small VPS server that I rent, and in
> a raspberry pi in the local network at home; both of those work just
> fine.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/61dbc7b7-b27a-4500-a04a-906eabd726cfn%40googlegroups.com.


Re: [tw5] Re: Easy local saving with WebDav

2021-03-29 Thread Javier Eduardo Rojas Romero
On Mon, Mar 29, 2021 at 01:52:26PM -0700, 'Florian Felix' via TiddlyWiki wrote:
> So I coud use this to save/sync via my nextcloud or another external webdav 
> server? Has anyone tried that? would be great!

I use webdav, viannginx, both in a small VPS server that I rent, and in
a raspberry pi in the local network at home; both of those work just
fine.


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/YGKYSANS1wnZdUHS%40alamut.home.org.


[tw5] Re: Easy local saving with WebDav

2021-03-29 Thread 'Florian Felix' via TiddlyWiki
So I coud use this to save/sync via my nextcloud or another external webdav 
server? Has anyone tried that? would be great!
If not, there's rsync as a tool across devices, you just need to run it 
from the command line (and therefore termux on android)


Joost schrieb am Montag, 16. Dezember 2019 um 10:12:07 UTC+1:

>
> I hope sharing this info will help those who are looking for easy saving 
> with a small system footprint and storage.
>
> I use two small WebDav servers for saving, one for my Mac and one for my 
> Windows devices. Both are free and have security features build in for 
> access.
>
> 1. Windows
>
> Software can be found at https://github.com/hacdias/webdav/
>
> See readme for all options. For quick testing make a configuration file 
> called "webdav.yaml" and add the following lines:
>
> scope: .
> modify: true
> address: 0.0.0.0
> port: 8080
> tls: false
> cert: cert.pem
> key: key.pem
> users:
>   - username: admin
> password: admin
>
> Put your wiki in the same directory as the program (just for the test)
> Start with command: "webdav -c webdav.yaml" and go to 
> http://localhost:8080/yourwiki.html in your browser and login with 
> "admin" and "admin" (or with the credentials you used in your configuration 
> file).
>
> 2. Mac
>
> Go to the Mac App store and search for "WebDavNav Server". It is very easy 
> to setup. Let me know if you encounter any problems.
>
>
> I have used both tools for 6 months now on a daily basis and never had any 
> problems.
>
> Best regards,
>
> Joost
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6c293ac5-0afa-4c45-a518-48b118b90620n%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-26 Thread bimlas
Found a list of WebDAV 
services: https://github.com/laurent22/joplin#webdav-synchronisation

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b17f8a4d-7f76-46f8-8847-3c181e480a89%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Mohammad
Tony!

Why none of these are listed on tiddlywiki.com?
It is a pity these amount of efforts were just buried in the forum!

--Mohammad

On Tuesday, December 17, 2019 at 8:23:29 AM UTC+3:30, TonyM wrote:
>
> In fact the twexe could guide the choice, install use and linking of any 
> file saver or server config it documents.
>
> Twexe can be the means not the end solution.
>
> Regards
> Tony
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b0d7e52c-5251-422f-80eb-3483fc5f489c%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Mohammad
Hi Tony!
Recently you have made a query on saving wiki folder and single file wiki!
It worth for future use to publish the result of this query!

It seems Tiddlywiki has got many solutions to overcome the saving barrier.

--Mohammad

On Tuesday, December 17, 2019 at 8:23:29 AM UTC+3:30, TonyM wrote:
>
> In fact the twexe could guide the choice, install use and linking of any 
> file saver or server config it documents.
>
> Twexe can be the means not the end solution.
>
> Regards
> Tony
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8e14bfb0-bc52-4c1a-8287-91dbc59ff210%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread TonyM
In fact the twexe could guide the choice, install use and linking of any file 
saver or server config it documents.

Twexe can be the means not the end solution.

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/450e2a72-5da0-410d-94ae-6d21d36ae459%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread TonyM
Folks

Like other simple install and config tw server solutions there is room to 
develop an install script even a setup and config process. You could generate a 
config file for the webdav solution for private or lan use, We can do this 
easily if tiddlywiki has full local file access, but then if you are setting up 
a server to access your tiddlywiki you possibly do not have this. We seem slow 
close yet so far.

This makes me ask if the recently revisited twexe could have an embedded wiki 
that helps manage the installation and configuration of this webdav server, 
perhaps even launch it. You could even test if its the static ip address your 
lan issues and if not launch a local only config for the coffee shop.

The idea would be you install an os specific twexe which can guide the setup 
and options of the webdav including provide an index to wikis created and saved 
in the webdav folders. Access to online editions etc

If we can hand hold the whole way and design a smart wiki with design Choices 
config s etc we can add to over time with lessons learned we could make tiddly 
wiki adoption much easier.

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f4756cc7-eba6-4b42-87ba-d39627968088%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Mohammad
Hi Mark,
for me it works fine!

-tiddler modification date is correct
-wiki.html modification date is correct

Server had several starts and shutdowns!
(Windows 10, Edge Chromium 80, FF 71)

--Mohammad

On Monday, December 16, 2019 at 11:34:21 PM UTC+3:30, Mark S. wrote:
>
> Hi Mohammad,
>
> On at least some WebDav installations, the modification date of the file 
> is not maintained in Windows. This makes synchronization somewhat 
> unreliable. 
>
> I'm curious, if you're running Windows, whether the modification date is 
> being set correctly after changes.
>
> Thanks!
>
>
> On Monday, December 16, 2019 at 8:46:47 AM UTC-8, Mohammad wrote:
>>
>> Thanks Joost!
>> Based on your answer, I used a wiki for landing page!
>> So, I many create a tiddler to add wiki links from my working folder like 
>> this. Assuming I use 127.0.005:8080 as server address! as below
>>
>>
>> Tiddler
>> Title: Wiki links
>> Text: as below
>> <$list filter="[enlist{!!wikis}addprefix[
>> http://127.0.0.5:8080/]addsuffix[.html]];>
>> > target=_blank><$view tiddler=<
>> > field=title/>
>> 
>>
>>
>>
>>
>>
>> On Monday, December 16, 2019 at 8:03:37 PM UTC+3:30, Joost wrote:
>>>
>>>
>>>
>>> On Monday, December 16, 2019 at 5:24:43 PM UTC+1, Mohammad wrote:



 On Monday, December 16, 2019 at 7:41:39 PM UTC+3:30, Joost wrote:
>
>
> - Linking from a landing page works, if that is what you mean ;-)
>

 I mean when you open localhost:8080 in browser have a landing page to 
 select a
 link to open a wiki. Right now I have to type each wiki in address bar 
 like http://localhost:8080/test.html

>>>
>>> If you make a landing page with the right links will work, but there 
>>> isn't a feature that will do that for you. The software doesn't has a 
>>> feature for showing a directory structure with all relevant files as well 
>>> (the Mac software I mentioned above do has that feature btw).
>>>  
>>>
  

> - I use Syncthing with file versioning enabled for my wiki's (apart 
> from my regular backup software).
>
 Here I mean something like Timimi to be able to save and backup!

>>>
>>> I somehow did understand what you meant :-) but this is my current 
>>> setup. I didn't test any scripts/plugins/tools for that purpose.. sorry ;-)
>>>
  

>
> On Monday, December 16, 2019 at 4:36:50 PM UTC+1, Mohammad wrote:
>>
>> Joost,
>>  Is it possible to have a landing page?
>>
>> Also what do you think for making backup when saving over webdav?
>>
>> --Mohammad
>>
>> On Monday, December 16, 2019 at 7:03:19 PM UTC+3:30, Joost wrote:
>>>
>>>
>>> You can use it on an USB stick too. You can set a fixed address as 
>>> well, but you need to set a predefined port in the config file for that 
>>> to 
>>> work properly, otherwise the software picks a random one (the example 
>>> has 
>>> this already covered)
>>>
>>> BR,
>>>
>>> Joost
>>>
>>> On Monday, December 16, 2019 at 4:20:51 PM UTC+1, TiddlyTweeter 
>>> wrote:

 Could you use this approach Portably? 
 What I mean is, does this system require you install something on 
 the PC at a fixed address? 
 Or could you install it on a usb-stick too?

 Just wondering
 Josiah

 On Monday, 16 December 2019 10:12:07 UTC+1, Joost wrote:
>
>
> I hope sharing this info will help those who are looking for easy 
> saving with a small system footprint and storage.
>
> I use two small WebDav servers for saving, one for my Mac and one 
> for my Windows devices. Both are free and have security features 
> build in 
> for access.
>
> 1. Windows
>
> Software can be found at https://github.com/hacdias/webdav/
>
> See readme for all options. For quick testing make a configuration 
> file called "webdav.yaml" and add the following lines:
>
> scope: .
> modify: true
> address: 0.0.0.0
> port: 8080
> tls: false
> cert: cert.pem
> key: key.pem
> users:
>   - username: admin
> password: admin
>
> Put your wiki in the same directory as the program (just for the 
> test)
> Start with command: "webdav -c webdav.yaml" and go to 
> http://localhost:8080/yourwiki.html in your browser and login 
> with "admin" and "admin" (or with the credentials you used in your 
> configuration file).
>
> 2. Mac
>
> Go to the Mac App store and search for "WebDavNav Server". It is 
> very easy to setup. Let me know if you encounter any problems.
>
>
> I have used both tools for 6 months now on a daily basis and never 
> had any problems.
>

[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread 'Mark S.' via TiddlyWiki
Hi Mohammad,

On at least some WebDav installations, the modification date of the file is 
not maintained in Windows. This makes synchronization somewhat unreliable. 

I'm curious, if you're running Windows, whether the modification date is 
being set correctly after changes.

Thanks!


On Monday, December 16, 2019 at 8:46:47 AM UTC-8, Mohammad wrote:
>
> Thanks Joost!
> Based on your answer, I used a wiki for landing page!
> So, I many create a tiddler to add wiki links from my working folder like 
> this. Assuming I use 127.0.005:8080 as server address! as below
>
>
> Tiddler
> Title: Wiki links
> Text: as below
> <$list filter="[enlist{!!wikis}addprefix[
> http://127.0.0.5:8080/]addsuffix[.html]];>
> > target=_blank><$view tiddler=<
> > field=title/>
> 
>
>
>
>
>
> On Monday, December 16, 2019 at 8:03:37 PM UTC+3:30, Joost wrote:
>>
>>
>>
>> On Monday, December 16, 2019 at 5:24:43 PM UTC+1, Mohammad wrote:
>>>
>>>
>>>
>>> On Monday, December 16, 2019 at 7:41:39 PM UTC+3:30, Joost wrote:


 - Linking from a landing page works, if that is what you mean ;-)

>>>
>>> I mean when you open localhost:8080 in browser have a landing page to 
>>> select a
>>> link to open a wiki. Right now I have to type each wiki in address bar 
>>> like http://localhost:8080/test.html
>>>
>>
>> If you make a landing page with the right links will work, but there 
>> isn't a feature that will do that for you. The software doesn't has a 
>> feature for showing a directory structure with all relevant files as well 
>> (the Mac software I mentioned above do has that feature btw).
>>  
>>
>>>  
>>>
 - I use Syncthing with file versioning enabled for my wiki's (apart 
 from my regular backup software).

>>> Here I mean something like Timimi to be able to save and backup!
>>>
>>
>> I somehow did understand what you meant :-) but this is my current setup. 
>> I didn't test any scripts/plugins/tools for that purpose.. sorry ;-)
>>
>>>  
>>>

 On Monday, December 16, 2019 at 4:36:50 PM UTC+1, Mohammad wrote:
>
> Joost,
>  Is it possible to have a landing page?
>
> Also what do you think for making backup when saving over webdav?
>
> --Mohammad
>
> On Monday, December 16, 2019 at 7:03:19 PM UTC+3:30, Joost wrote:
>>
>>
>> You can use it on an USB stick too. You can set a fixed address as 
>> well, but you need to set a predefined port in the config file for that 
>> to 
>> work properly, otherwise the software picks a random one (the example 
>> has 
>> this already covered)
>>
>> BR,
>>
>> Joost
>>
>> On Monday, December 16, 2019 at 4:20:51 PM UTC+1, TiddlyTweeter wrote:
>>>
>>> Could you use this approach Portably? 
>>> What I mean is, does this system require you install something on 
>>> the PC at a fixed address? 
>>> Or could you install it on a usb-stick too?
>>>
>>> Just wondering
>>> Josiah
>>>
>>> On Monday, 16 December 2019 10:12:07 UTC+1, Joost wrote:


 I hope sharing this info will help those who are looking for easy 
 saving with a small system footprint and storage.

 I use two small WebDav servers for saving, one for my Mac and one 
 for my Windows devices. Both are free and have security features build 
 in 
 for access.

 1. Windows

 Software can be found at https://github.com/hacdias/webdav/

 See readme for all options. For quick testing make a configuration 
 file called "webdav.yaml" and add the following lines:

 scope: .
 modify: true
 address: 0.0.0.0
 port: 8080
 tls: false
 cert: cert.pem
 key: key.pem
 users:
   - username: admin
 password: admin

 Put your wiki in the same directory as the program (just for the 
 test)
 Start with command: "webdav -c webdav.yaml" and go to 
 http://localhost:8080/yourwiki.html in your browser and login with 
 "admin" and "admin" (or with the credentials you used in your 
 configuration 
 file).

 2. Mac

 Go to the Mac App store and search for "WebDavNav Server". It is 
 very easy to setup. Let me know if you encounter any problems.


 I have used both tools for 6 months now on a daily basis and never 
 had any problems.

 Best regards,

 Joost




-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread 'Mark S.' via TiddlyWiki
Added to toolmap 
 
under "Saving Tools"

On Monday, December 16, 2019 at 1:12:07 AM UTC-8, Joost wrote:
>
>
> I hope sharing this info will help those who are looking for easy saving 
> with a small system footprint and storage.
>
> I use two small WebDav servers for saving, one for my Mac and one for my 
> Windows devices. Both are free and have security features build in for 
> access.
>
> 1. Windows
>
> Software can be found at https://github.com/hacdias/webdav/
>
> See readme for all options. For quick testing make a configuration file 
> called "webdav.yaml" and add the following lines:
>
> scope: .
> modify: true
> address: 0.0.0.0
> port: 8080
> tls: false
> cert: cert.pem
> key: key.pem
> users:
>   - username: admin
> password: admin
>
> Put your wiki in the same directory as the program (just for the test)
> Start with command: "webdav -c webdav.yaml" and go to 
> http://localhost:8080/yourwiki.html in your browser and login with 
> "admin" and "admin" (or with the credentials you used in your configuration 
> file).
>
> 2. Mac
>
> Go to the Mac App store and search for "WebDavNav Server". It is very easy 
> to setup. Let me know if you encounter any problems.
>
>
> I have used both tools for 6 months now on a daily basis and never had any 
> problems.
>
> Best regards,
>
> Joost
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/536cd60e-1fee-40e4-a1c4-f9255353d7c2%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Mohammad
Thanks Joost!
Based on your answer, I used a wiki for landing page!
So, I many create a tiddler to add wiki links from my working folder like 
this. Assuming I use 127.0.005:8080 as server address! as below


Tiddler
Title: Wiki links
Text: as below
<$list 
filter="[enlist{!!wikis}addprefix[http://127.0.0.5:8080/]addsuffix[.html]];>
> target=_blank><$view tiddler=<
> field=title/>






On Monday, December 16, 2019 at 8:03:37 PM UTC+3:30, Joost wrote:
>
>
>
> On Monday, December 16, 2019 at 5:24:43 PM UTC+1, Mohammad wrote:
>>
>>
>>
>> On Monday, December 16, 2019 at 7:41:39 PM UTC+3:30, Joost wrote:
>>>
>>>
>>> - Linking from a landing page works, if that is what you mean ;-)
>>>
>>
>> I mean when you open localhost:8080 in browser have a landing page to 
>> select a
>> link to open a wiki. Right now I have to type each wiki in address bar 
>> like http://localhost:8080/test.html
>>
>
> If you make a landing page with the right links will work, but there isn't 
> a feature that will do that for you. The software doesn't has a feature for 
> showing a directory structure with all relevant files as well (the Mac 
> software I mentioned above do has that feature btw).
>  
>
>>  
>>
>>> - I use Syncthing with file versioning enabled for my wiki's (apart from 
>>> my regular backup software).
>>>
>> Here I mean something like Timimi to be able to save and backup!
>>
>
> I somehow did understand what you meant :-) but this is my current setup. 
> I didn't test any scripts/plugins/tools for that purpose.. sorry ;-)
>
>>  
>>
>>>
>>> On Monday, December 16, 2019 at 4:36:50 PM UTC+1, Mohammad wrote:

 Joost,
  Is it possible to have a landing page?

 Also what do you think for making backup when saving over webdav?

 --Mohammad

 On Monday, December 16, 2019 at 7:03:19 PM UTC+3:30, Joost wrote:
>
>
> You can use it on an USB stick too. You can set a fixed address as 
> well, but you need to set a predefined port in the config file for that 
> to 
> work properly, otherwise the software picks a random one (the example has 
> this already covered)
>
> BR,
>
> Joost
>
> On Monday, December 16, 2019 at 4:20:51 PM UTC+1, TiddlyTweeter wrote:
>>
>> Could you use this approach Portably? 
>> What I mean is, does this system require you install something on the 
>> PC at a fixed address? 
>> Or could you install it on a usb-stick too?
>>
>> Just wondering
>> Josiah
>>
>> On Monday, 16 December 2019 10:12:07 UTC+1, Joost wrote:
>>>
>>>
>>> I hope sharing this info will help those who are looking for easy 
>>> saving with a small system footprint and storage.
>>>
>>> I use two small WebDav servers for saving, one for my Mac and one 
>>> for my Windows devices. Both are free and have security features build 
>>> in 
>>> for access.
>>>
>>> 1. Windows
>>>
>>> Software can be found at https://github.com/hacdias/webdav/
>>>
>>> See readme for all options. For quick testing make a configuration 
>>> file called "webdav.yaml" and add the following lines:
>>>
>>> scope: .
>>> modify: true
>>> address: 0.0.0.0
>>> port: 8080
>>> tls: false
>>> cert: cert.pem
>>> key: key.pem
>>> users:
>>>   - username: admin
>>> password: admin
>>>
>>> Put your wiki in the same directory as the program (just for the 
>>> test)
>>> Start with command: "webdav -c webdav.yaml" and go to 
>>> http://localhost:8080/yourwiki.html in your browser and login with 
>>> "admin" and "admin" (or with the credentials you used in your 
>>> configuration 
>>> file).
>>>
>>> 2. Mac
>>>
>>> Go to the Mac App store and search for "WebDavNav Server". It is 
>>> very easy to setup. Let me know if you encounter any problems.
>>>
>>>
>>> I have used both tools for 6 months now on a daily basis and never 
>>> had any problems.
>>>
>>> Best regards,
>>>
>>> Joost
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bfd72b98-b20c-41d1-9cae-b120b2ede547%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Joost


On Monday, December 16, 2019 at 5:24:43 PM UTC+1, Mohammad wrote:
>
>
>
> On Monday, December 16, 2019 at 7:41:39 PM UTC+3:30, Joost wrote:
>>
>>
>> - Linking from a landing page works, if that is what you mean ;-)
>>
>
> I mean when you open localhost:8080 in browser have a landing page to 
> select a
> link to open a wiki. Right now I have to type each wiki in address bar 
> like http://localhost:8080/test.html
>

If you make a landing page with the right links will work, but there isn't 
a feature that will do that for you. The software doesn't has a feature for 
showing a directory structure with all relevant files as well (the Mac 
software I mentioned above do has that feature btw).
 

>  
>
>> - I use Syncthing with file versioning enabled for my wiki's (apart from 
>> my regular backup software).
>>
> Here I mean something like Timimi to be able to save and backup!
>

I somehow did understand what you meant :-) but this is my current setup. I 
didn't test any scripts/plugins/tools for that purpose.. sorry ;-)

>  
>
>>
>> On Monday, December 16, 2019 at 4:36:50 PM UTC+1, Mohammad wrote:
>>>
>>> Joost,
>>>  Is it possible to have a landing page?
>>>
>>> Also what do you think for making backup when saving over webdav?
>>>
>>> --Mohammad
>>>
>>> On Monday, December 16, 2019 at 7:03:19 PM UTC+3:30, Joost wrote:


 You can use it on an USB stick too. You can set a fixed address as 
 well, but you need to set a predefined port in the config file for that to 
 work properly, otherwise the software picks a random one (the example has 
 this already covered)

 BR,

 Joost

 On Monday, December 16, 2019 at 4:20:51 PM UTC+1, TiddlyTweeter wrote:
>
> Could you use this approach Portably? 
> What I mean is, does this system require you install something on the 
> PC at a fixed address? 
> Or could you install it on a usb-stick too?
>
> Just wondering
> Josiah
>
> On Monday, 16 December 2019 10:12:07 UTC+1, Joost wrote:
>>
>>
>> I hope sharing this info will help those who are looking for easy 
>> saving with a small system footprint and storage.
>>
>> I use two small WebDav servers for saving, one for my Mac and one for 
>> my Windows devices. Both are free and have security features build in 
>> for 
>> access.
>>
>> 1. Windows
>>
>> Software can be found at https://github.com/hacdias/webdav/
>>
>> See readme for all options. For quick testing make a configuration 
>> file called "webdav.yaml" and add the following lines:
>>
>> scope: .
>> modify: true
>> address: 0.0.0.0
>> port: 8080
>> tls: false
>> cert: cert.pem
>> key: key.pem
>> users:
>>   - username: admin
>> password: admin
>>
>> Put your wiki in the same directory as the program (just for the test)
>> Start with command: "webdav -c webdav.yaml" and go to 
>> http://localhost:8080/yourwiki.html in your browser and login with 
>> "admin" and "admin" (or with the credentials you used in your 
>> configuration 
>> file).
>>
>> 2. Mac
>>
>> Go to the Mac App store and search for "WebDavNav Server". It is very 
>> easy to setup. Let me know if you encounter any problems.
>>
>>
>> I have used both tools for 6 months now on a daily basis and never 
>> had any problems.
>>
>> Best regards,
>>
>> Joost
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9e6d44cb-7e1b-4446-87fb-520fc6956e52%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Joost

People might find your webdav server with some scanning tools..  Security 
you could consider:

For the software:

- Enable TLS (see readme)
- Use strong credentials/encyption (see readme)

Additional security you could consider:

- Only allow localhost for your device in your firewall or security tooling
- Consider using a VPN at the coffee shop ;-)

On Monday, December 16, 2019 at 4:54:55 PM UTC+1, Mark S. wrote:
>
> Would this be secure enough for the "coffee shop" scenario? I notice that 
> it's set to use the local network.
>
> On Monday, December 16, 2019 at 1:12:07 AM UTC-8, Joost wrote:
>>
>>
>> I hope sharing this info will help those who are looking for easy saving 
>> with a small system footprint and storage.
>>
>> I use two small WebDav servers for saving, one for my Mac and one for my 
>> Windows devices. Both are free and have security features build in for 
>> access.
>>
>> 1. Windows
>>
>> Software can be found at https://github.com/hacdias/webdav/
>>
>> See readme for all options. For quick testing make a configuration file 
>> called "webdav.yaml" and add the following lines:
>>
>> scope: .
>> modify: true
>> address: 0.0.0.0
>> port: 8080
>> tls: false
>> cert: cert.pem
>> key: key.pem
>> users:
>>   - username: admin
>> password: admin
>>
>> Put your wiki in the same directory as the program (just for the test)
>> Start with command: "webdav -c webdav.yaml" and go to 
>> http://localhost:8080/yourwiki.html in your browser and login with 
>> "admin" and "admin" (or with the credentials you used in your configuration 
>> file).
>>
>> 2. Mac
>>
>> Go to the Mac App store and search for "WebDavNav Server". It is very 
>> easy to setup. Let me know if you encounter any problems.
>>
>>
>> I have used both tools for 6 months now on a daily basis and never had 
>> any problems.
>>
>> Best regards,
>>
>> Joost
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d7d4d92b-ff01-4fac-be22-10d63b6da1f4%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Mohammad


On Monday, December 16, 2019 at 7:41:39 PM UTC+3:30, Joost wrote:
>
>
> - Linking from a landing page works, if that is what you mean ;-)
>

I mean when you open localhost:8080 in browser have a landing page to 
select a
link to open a wiki. Right now I have to type each wiki in address bar like 
http://localhost:8080/test.html
 

> - I use Syncthing with file versioning enabled for my wiki's (apart from 
> my regular backup software).
>
Here I mean something like Timimi to be able to save and backup!
 

>
> On Monday, December 16, 2019 at 4:36:50 PM UTC+1, Mohammad wrote:
>>
>> Joost,
>>  Is it possible to have a landing page?
>>
>> Also what do you think for making backup when saving over webdav?
>>
>> --Mohammad
>>
>> On Monday, December 16, 2019 at 7:03:19 PM UTC+3:30, Joost wrote:
>>>
>>>
>>> You can use it on an USB stick too. You can set a fixed address as well, 
>>> but you need to set a predefined port in the config file for that to work 
>>> properly, otherwise the software picks a random one (the example has this 
>>> already covered)
>>>
>>> BR,
>>>
>>> Joost
>>>
>>> On Monday, December 16, 2019 at 4:20:51 PM UTC+1, TiddlyTweeter wrote:

 Could you use this approach Portably? 
 What I mean is, does this system require you install something on the 
 PC at a fixed address? 
 Or could you install it on a usb-stick too?

 Just wondering
 Josiah

 On Monday, 16 December 2019 10:12:07 UTC+1, Joost wrote:
>
>
> I hope sharing this info will help those who are looking for easy 
> saving with a small system footprint and storage.
>
> I use two small WebDav servers for saving, one for my Mac and one for 
> my Windows devices. Both are free and have security features build in for 
> access.
>
> 1. Windows
>
> Software can be found at https://github.com/hacdias/webdav/
>
> See readme for all options. For quick testing make a configuration 
> file called "webdav.yaml" and add the following lines:
>
> scope: .
> modify: true
> address: 0.0.0.0
> port: 8080
> tls: false
> cert: cert.pem
> key: key.pem
> users:
>   - username: admin
> password: admin
>
> Put your wiki in the same directory as the program (just for the test)
> Start with command: "webdav -c webdav.yaml" and go to 
> http://localhost:8080/yourwiki.html in your browser and login with 
> "admin" and "admin" (or with the credentials you used in your 
> configuration 
> file).
>
> 2. Mac
>
> Go to the Mac App store and search for "WebDavNav Server". It is very 
> easy to setup. Let me know if you encounter any problems.
>
>
> I have used both tools for 6 months now on a daily basis and never had 
> any problems.
>
> Best regards,
>
> Joost
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b12d9584-3986-43da-a48b-f8f0e140c8ac%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Joost

- Linking from a landing page works, if that is what you mean ;-)
- I use Syncthing with file versioning enabled for my wiki's (apart from my 
regular backup software).

On Monday, December 16, 2019 at 4:36:50 PM UTC+1, Mohammad wrote:
>
> Joost,
>  Is it possible to have a landing page?
>
> Also what do you think for making backup when saving over webdav?
>
> --Mohammad
>
> On Monday, December 16, 2019 at 7:03:19 PM UTC+3:30, Joost wrote:
>>
>>
>> You can use it on an USB stick too. You can set a fixed address as well, 
>> but you need to set a predefined port in the config file for that to work 
>> properly, otherwise the software picks a random one (the example has this 
>> already covered)
>>
>> BR,
>>
>> Joost
>>
>> On Monday, December 16, 2019 at 4:20:51 PM UTC+1, TiddlyTweeter wrote:
>>>
>>> Could you use this approach Portably? 
>>> What I mean is, does this system require you install something on the PC 
>>> at a fixed address? 
>>> Or could you install it on a usb-stick too?
>>>
>>> Just wondering
>>> Josiah
>>>
>>> On Monday, 16 December 2019 10:12:07 UTC+1, Joost wrote:


 I hope sharing this info will help those who are looking for easy 
 saving with a small system footprint and storage.

 I use two small WebDav servers for saving, one for my Mac and one for 
 my Windows devices. Both are free and have security features build in for 
 access.

 1. Windows

 Software can be found at https://github.com/hacdias/webdav/

 See readme for all options. For quick testing make a configuration file 
 called "webdav.yaml" and add the following lines:

 scope: .
 modify: true
 address: 0.0.0.0
 port: 8080
 tls: false
 cert: cert.pem
 key: key.pem
 users:
   - username: admin
 password: admin

 Put your wiki in the same directory as the program (just for the test)
 Start with command: "webdav -c webdav.yaml" and go to 
 http://localhost:8080/yourwiki.html in your browser and login with 
 "admin" and "admin" (or with the credentials you used in your 
 configuration 
 file).

 2. Mac

 Go to the Mac App store and search for "WebDavNav Server". It is very 
 easy to setup. Let me know if you encounter any problems.


 I have used both tools for 6 months now on a daily basis and never had 
 any problems.

 Best regards,

 Joost




-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/88bcdbba-6fdb-40fa-b67c-e1b4d20858ea%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread 'Mark S.' via TiddlyWiki
Would this be secure enough for the "coffee shop" scenario? I notice that 
it's set to use the local network.

On Monday, December 16, 2019 at 1:12:07 AM UTC-8, Joost wrote:
>
>
> I hope sharing this info will help those who are looking for easy saving 
> with a small system footprint and storage.
>
> I use two small WebDav servers for saving, one for my Mac and one for my 
> Windows devices. Both are free and have security features build in for 
> access.
>
> 1. Windows
>
> Software can be found at https://github.com/hacdias/webdav/
>
> See readme for all options. For quick testing make a configuration file 
> called "webdav.yaml" and add the following lines:
>
> scope: .
> modify: true
> address: 0.0.0.0
> port: 8080
> tls: false
> cert: cert.pem
> key: key.pem
> users:
>   - username: admin
> password: admin
>
> Put your wiki in the same directory as the program (just for the test)
> Start with command: "webdav -c webdav.yaml" and go to 
> http://localhost:8080/yourwiki.html in your browser and login with 
> "admin" and "admin" (or with the credentials you used in your configuration 
> file).
>
> 2. Mac
>
> Go to the Mac App store and search for "WebDavNav Server". It is very easy 
> to setup. Let me know if you encounter any problems.
>
>
> I have used both tools for 6 months now on a daily basis and never had any 
> problems.
>
> Best regards,
>
> Joost
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/de59148e-2554-4c34-944a-164b3e2a3df9%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread TiddlyTweeter
That is VERY useful. Because it opens possibility you could wrap it into a 
app install.

I will play around a bit.

Tx!
TT

Joost wrote:
>
> You can use it on an USB stick too. You can set a fixed address as well, 
> but you need to set a predefined port in the config file for that to work 
> properly, otherwise the software picks a random one (the example has this 
> already covered)
>

Mohammad wrote:
>
> It is totally portable, put it on your thumb drive and fire up just by 
> running the startServer.cmd as was explained in previous posts. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/856d5a4a-262e-41fc-bd9a-c5f824b1763f%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Mohammad
Joost,
 Is it possible to have a landing page?

Also what do you think for making backup when saving over webdav?

--Mohammad

On Monday, December 16, 2019 at 7:03:19 PM UTC+3:30, Joost wrote:
>
>
> You can use it on an USB stick too. You can set a fixed address as well, 
> but you need to set a predefined port in the config file for that to work 
> properly, otherwise the software picks a random one (the example has this 
> already covered)
>
> BR,
>
> Joost
>
> On Monday, December 16, 2019 at 4:20:51 PM UTC+1, TiddlyTweeter wrote:
>>
>> Could you use this approach Portably? 
>> What I mean is, does this system require you install something on the PC 
>> at a fixed address? 
>> Or could you install it on a usb-stick too?
>>
>> Just wondering
>> Josiah
>>
>> On Monday, 16 December 2019 10:12:07 UTC+1, Joost wrote:
>>>
>>>
>>> I hope sharing this info will help those who are looking for easy saving 
>>> with a small system footprint and storage.
>>>
>>> I use two small WebDav servers for saving, one for my Mac and one for my 
>>> Windows devices. Both are free and have security features build in for 
>>> access.
>>>
>>> 1. Windows
>>>
>>> Software can be found at https://github.com/hacdias/webdav/
>>>
>>> See readme for all options. For quick testing make a configuration file 
>>> called "webdav.yaml" and add the following lines:
>>>
>>> scope: .
>>> modify: true
>>> address: 0.0.0.0
>>> port: 8080
>>> tls: false
>>> cert: cert.pem
>>> key: key.pem
>>> users:
>>>   - username: admin
>>> password: admin
>>>
>>> Put your wiki in the same directory as the program (just for the test)
>>> Start with command: "webdav -c webdav.yaml" and go to 
>>> http://localhost:8080/yourwiki.html in your browser and login with 
>>> "admin" and "admin" (or with the credentials you used in your configuration 
>>> file).
>>>
>>> 2. Mac
>>>
>>> Go to the Mac App store and search for "WebDavNav Server". It is very 
>>> easy to setup. Let me know if you encounter any problems.
>>>
>>>
>>> I have used both tools for 6 months now on a daily basis and never had 
>>> any problems.
>>>
>>> Best regards,
>>>
>>> Joost
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2ae56794-e74f-4187-8dab-9b5323588208%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Joost

You can use it on an USB stick too. You can set a fixed address as well, 
but you need to set a predefined port in the config file for that to work 
properly, otherwise the software picks a random one (the example has this 
already covered)

BR,

Joost

On Monday, December 16, 2019 at 4:20:51 PM UTC+1, TiddlyTweeter wrote:
>
> Could you use this approach Portably? 
> What I mean is, does this system require you install something on the PC 
> at a fixed address? 
> Or could you install it on a usb-stick too?
>
> Just wondering
> Josiah
>
> On Monday, 16 December 2019 10:12:07 UTC+1, Joost wrote:
>>
>>
>> I hope sharing this info will help those who are looking for easy saving 
>> with a small system footprint and storage.
>>
>> I use two small WebDav servers for saving, one for my Mac and one for my 
>> Windows devices. Both are free and have security features build in for 
>> access.
>>
>> 1. Windows
>>
>> Software can be found at https://github.com/hacdias/webdav/
>>
>> See readme for all options. For quick testing make a configuration file 
>> called "webdav.yaml" and add the following lines:
>>
>> scope: .
>> modify: true
>> address: 0.0.0.0
>> port: 8080
>> tls: false
>> cert: cert.pem
>> key: key.pem
>> users:
>>   - username: admin
>> password: admin
>>
>> Put your wiki in the same directory as the program (just for the test)
>> Start with command: "webdav -c webdav.yaml" and go to 
>> http://localhost:8080/yourwiki.html in your browser and login with 
>> "admin" and "admin" (or with the credentials you used in your configuration 
>> file).
>>
>> 2. Mac
>>
>> Go to the Mac App store and search for "WebDavNav Server". It is very 
>> easy to setup. Let me know if you encounter any problems.
>>
>>
>> I have used both tools for 6 months now on a daily basis and never had 
>> any problems.
>>
>> Best regards,
>>
>> Joost
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e85f85eb-4759-4e30-a109-6115b9ceafcc%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Mohammad
Hi Josiah,

It is totally portable, put it on your thumb drive and fire up just by 
running the startServer.cmd as was explained in previous posts.

You can give access to several folders, but note to use the relative path 
for total portability!

--Mohammad

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/744beaa1-e6d8-4f0e-ae7b-2767967ad825%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread TiddlyTweeter
Could you use this approach Portably? 
What I mean is, does this system require you install something on the PC at 
a fixed address? 
Or could you install it on a usb-stick too?

Just wondering
Josiah

On Monday, 16 December 2019 10:12:07 UTC+1, Joost wrote:
>
>
> I hope sharing this info will help those who are looking for easy saving 
> with a small system footprint and storage.
>
> I use two small WebDav servers for saving, one for my Mac and one for my 
> Windows devices. Both are free and have security features build in for 
> access.
>
> 1. Windows
>
> Software can be found at https://github.com/hacdias/webdav/
>
> See readme for all options. For quick testing make a configuration file 
> called "webdav.yaml" and add the following lines:
>
> scope: .
> modify: true
> address: 0.0.0.0
> port: 8080
> tls: false
> cert: cert.pem
> key: key.pem
> users:
>   - username: admin
> password: admin
>
> Put your wiki in the same directory as the program (just for the test)
> Start with command: "webdav -c webdav.yaml" and go to 
> http://localhost:8080/yourwiki.html in your browser and login with 
> "admin" and "admin" (or with the credentials you used in your configuration 
> file).
>
> 2. Mac
>
> Go to the Mac App store and search for "WebDavNav Server". It is very easy 
> to setup. Let me know if you encounter any problems.
>
>
> I have used both tools for 6 months now on a daily basis and never had any 
> problems.
>
> Best regards,
>
> Joost
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ebdc5e9e-3a3d-42dc-b02e-1f4f7cfc2c85%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Mohammad
TW-Scripts solution to running webdav

https://kookma.github.io/TW-Scripts/#Easy%20Local%20Saving%20with%20WebDav


Easy Local Saving with WebDav
Mohammad  16th December 2019 
at 2:59pm
solution
*Ref*: Joost 

*Keywords*: saving single-file webdav

The hacdias/webdav  is a simple Go 
WebDAV server. It can be used to save Tiddlywiki single html file using any 
web browser (firefox, chrome, edge) even old browser like IE.

The webdav command line interface is really easy to use so you can easily 
create a WebDAV server for your own user.
How to use
   
   1. Simply download the suitable executable from 
   https://github.com/hacdias/webdav/releases
  - for example for Windows 64bit downlaod windows-amd64-webdav.zip
   2. Unzip the file in the above step in your folder of choice
  - For demonstration purpose, C:\TW\Webdav is used here. This folder 
  called *webdav root folder*.
   3. Create a folder in the root of webdav to put your wiki files there
  - In this demo it is C:\TW\Webdav\wikis
  - Copy some wiki files to wiki folder. For demo purpose here test.html 
has 
  been put in this folder
   4. Create a configuration file in webdav root folder to setup the server 
   as you like.
  - For demonstration purpose C:\TW\Webdav\webday.ymal is used here 
  which is contains
  
  modify: true
  address: 127.0.0.1
  port: 8080
  tls: false
  cert: cert.pem
  key: key.pem
  users:
- username: admin
  password: admin
  scope: ./wikis
  
  5. Create a shell script as below to fire up your server.
  - For demonstration it is called here C:\TW\Webdav\startServer.cmd 
containing 
  the below script
  
  REM Start WebDav Server
  webdav.exe -c webdav.yaml
  
  6. Fire up your server by run C:\TW\Webdav\startServer.cmd script 
   (e.g double click on it)
   7. Go to your browser of choice and in address bar type 
   http://localhost:8080/yourwiki.html and login with "admin" and "admin" 
   (or with the credentials you used in your configuration file).
  - In this demo *test.html* is used so in address bar type: 
  http://localhost:8080/test.html
   
Remarks
   
   - The wiki folder can have any number of sub folders like
  - C:\TW\Webdav\wikis\work
  - C:\TW\Webdav\wikis\personal
   - There is no need for shell script and one can fire up durectly from 
   the Windows powershell or command line e.g
  - webdav.exe -c webdav.yaml
   - The webdav server allows to add any number of users each with 
   different wiki folder, credential and access level

References
   
   - https://github.com/hacdias/webdav
   - https://tiddlywiki.com/#Saving%20via%20WebDAV

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1cd6ae47-f1b5-4b3a-a1c9-1baa6f9e8176%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Mohammad
Added to TW-Script (will be available on the next update)

On Monday, December 16, 2019 at 12:42:07 PM UTC+3:30, Joost wrote:
>
>
> I hope sharing this info will help those who are looking for easy saving 
> with a small system footprint and storage.
>
> I use two small WebDav servers for saving, one for my Mac and one for my 
> Windows devices. Both are free and have security features build in for 
> access.
>
> 1. Windows
>
> Software can be found at https://github.com/hacdias/webdav/
>
> See readme for all options. For quick testing make a configuration file 
> called "webdav.yaml" and add the following lines:
>
> scope: .
> modify: true
> address: 0.0.0.0
> port: 8080
> tls: false
> cert: cert.pem
> key: key.pem
> users:
>   - username: admin
> password: admin
>
> Put your wiki in the same directory as the program (just for the test)
> Start with command: "webdav -c webdav.yaml" and go to 
> http://localhost:8080/yourwiki.html in your browser and login with 
> "admin" and "admin" (or with the credentials you used in your configuration 
> file).
>
> 2. Mac
>
> Go to the Mac App store and search for "WebDavNav Server". It is very easy 
> to setup. Let me know if you encounter any problems.
>
>
> I have used both tools for 6 months now on a daily basis and never had any 
> problems.
>
> Best regards,
>
> Joost
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c5c5723b-1bf4-45da-ab8c-07ee2228170d%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Mohammad
Post edited!
See original

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/631937ce-ca71-43a7-8606-fece10c1449a%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Mohammad
This is amazing!
I have open 10 wiki at the same time the footprint for webdav is 4.1MB
so, it is great to be used on small and old machine Raspberry Pi or an
old mobile phone with Android installed!

Sugestion
 - If it can create backup, it will be very useful for authoring
 - I shell script like (startServer.cmd) can be used and put as a shortcut 
on Desktop or anywhere to start the server

--Mohammad



On Monday, December 16, 2019 at 1:25:32 PM UTC+3:30, Joost wrote:
>
>
>
>
> Thanks Mohammad for your feedback and correction ;-)
>
> On Monday, December 16, 2019 at 10:48:49 AM UTC+1, Mohammad wrote:
>>
>> Love it!
>>
>> Just download, create the *.yaml* and worked like a charm!
>> Small footprint, simple to use!
>>
>> Info: windows 10, TW 5.1.22p, Edge Chromium 80
>>
>> Note
>>
>> users:
>>   - username: admin
>>   - password: admin
>>
>>
>>
>> should be
>>
>> users:
>>   - username: admin
>> password: admin
>>
>>
>> Wonderful! Thank you very much Joost!
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5b730aa2-3e92-44c2-85f8-00915b330e7d%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Joost



Thanks Mohammad for your feedback and correction ;-)

On Monday, December 16, 2019 at 10:48:49 AM UTC+1, Mohammad wrote:
>
> Love it!
>
> Just download, create the *.yaml* and worked like a charm!
> Small footprint, simple to use!
>
> Info: windows 10, TW 5.1.22p, Edge Chromium 80
>
> Note
>
> users:
>   - username: admin
>   - password: admin
>
>
>
> should be
>
> users:
>   - username: admin
> password: admin
>
>
> Wonderful! Thank you very much Joost!
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6bceab1a-9b76-4296-af13-09d803457c94%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2019-12-16 Thread Mohammad
Love it!

Just download, create the *.yaml* and worked like a charm!
Small footprint, simple to use!

Info: windows 10, TW 5.1.22p, Edge Chromium 80

Note

users:
  - username: admin
  - password: admin



should be

users:
  - username: admin
password: admin


Wonderful! Thank you very much Joost!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fd8b64d5-5b93-4752-8196-08c4cffc5a38%40googlegroups.com.