You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
First off thank you for doing this. I really like todo.txt but I can't use it right now on my new work computer because I am not allowed to install software myself on it (including Chrome which would at least give me the extension). My only solution is finding a browser access. So thanks!
Anyway I found your git and am trying to spin it up. I am not a very experienced wed developer. So I apologize in advance if my questions are a bit naive. For your information, I am using WSL.
I followed your instructions. I made to the python local.py part (I did not use docker). So the website opens in Firefox under the url http://localhost:8080/ but somehow I get the error: "Access to this resource is forbidden."
Here is how I am using your config file. I am using Dropbox, so I set the storage_backend_to_use to "Dropbox". I set up the app in Dropbox giving me access only to that folder and generated an access token which I pasted in the storage_backends part. I set the path to point to the file in that specific folder. In the users section, I entered random new credentials. In the secret_key section, I entered a random Unicode. the auth_backend_to_use is set to "DictAuth".
Hi,
First off thank you for doing this. I really like todo.txt but I can't use it right now on my new work computer because I am not allowed to install software myself on it (including Chrome which would at least give me the extension). My only solution is finding a browser access. So thanks!
Anyway I found your git and am trying to spin it up. I am not a very experienced wed developer. So I apologize in advance if my questions are a bit naive. For your information, I am using WSL.
I followed your instructions. I made to the python local.py part (I did not use docker). So the website opens in Firefox under the url http://localhost:8080/ but somehow I get the error: "Access to this resource is forbidden."
Here is how I am using your config file. I am using Dropbox, so I set the storage_backend_to_use to "Dropbox". I set up the app in Dropbox giving me access only to that folder and generated an access token which I pasted in the storage_backends part. I set the path to point to the file in that specific folder. In the users section, I entered random new credentials. In the secret_key section, I entered a random Unicode. the auth_backend_to_use is set to "DictAuth".
The logs say the following:
127.0.0.1 - - [21/Jan/2021 17:36:40] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [21/Jan/2021 17:36:40] "GET /favicon.png HTTP/1.1" 200 -
127.0.0.1 - - [21/Jan/2021 17:36:40] "GET /favicon.ico HTTP/1.1" 200 -
Any idea what I might be doing wrong?
Cheers,
Ed
The text was updated successfully, but these errors were encountered: