Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating folders through UI again #113

Closed
Iwaslazkis opened this issue Mar 15, 2021 · 2 comments
Closed

Creating folders through UI again #113

Iwaslazkis opened this issue Mar 15, 2021 · 2 comments

Comments

@Iwaslazkis
Copy link

Hey there, so I've been having a lot of fun setting up a TiddlyServer for myself (thanks Arlen!) and figuring out how to use it. I saw in issue #94 that there is a way to create new folders and upload files directly through TiddlyServer; and I'd like to do that since uploading files in TW throws me a 413 Too Large Error (even with small files).

the UI options I want

I added the localAddressPermissions object with all of its values set to true like you mentioned there, but I didn't get any option to add folders or upload stuff. Did something change the beta version, or did I do something wrong?

Here's how my bindInfo section looks like in case that helps:

{
    "bindInfo": {
        "bindAddress": ["127.0.0.1"],
        "localAddressPermissions": {
            "*": {
                "datafolder": true,
                "loginlink": true,
                "mkdir": true,
                "putsaver": true,
                "registerNotice": true,
                "transfer": false,
                "upload": true,
                "websockets": true,
                "writeErrors": false
            }
        }
    }
}
@Arlen22
Copy link
Owner

Arlen22 commented Mar 24, 2021

You can't add folders to groups, for obvious reasons, so that box will only show up if you're in a folder.

upload enables uploading and mkdir enables creating directories.

@Iwaslazkis
Copy link
Author

Oh, I didn't realize a group could be made up of paths from different folders! I thought they were literally a folder. I got it working now, thanks Arlen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants