-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can't bulk import #33
Comments
Hi! I've also had this problem but havent gotten round to making a PR. Also not sure about the security implications of the solution. What i did was add the following to allowedPrivateNetworks: [
'127.0.0.1/8'
] and add the following to
Then restart nginx and sharkey with
It still seems to be very heavily rate limited (only like 1 import per hour or so) but it seems to work for me. Lmk how it goes for you! |
Thanks, everything works perfectly now. No more excuses to not migrate my account. |
Awesome! Will open a PR to close this issue soon :) |
This fixes the ability to bulk import followers, custom emotes, etc. Might have some security implications though, as mentioned in the example config: https://github.com/misskey-dev/misskey/blob/1e88aa9d816ec216c04a3e444a3af95496cc5142/.config/example.yml#L330-L332 Closes issue YunoHost-Apps#33 Signed-off-by: loowiz <[email protected]>
Hello.
While trying sharkey on my server I stumbled on a slight problem. When bulk import emotes, I get this king of message in journalctl logs :
I also tried to import .CSV file exported from my vanilla mastodon instance containing accounts that I'm following without success. I don't know if it's the same problem but since it may I mention it here.
I have no troubles adding manually a single new emote nor following manually accounts.
As I'm quite inexperienced at managing servers I don't know if it's a problem specific to my system or a more generic problem but I'd be glad getting some help to fix it.
The text was updated successfully, but these errors were encountered: