#Restrict Access to Appwrite Console?

1 messages · Page 1 of 1 (latest)

finite glacier
#

Can I restrict access to appwrite Console?
Because my website uses "api.example.com" to fetch Data. And I Don't want my visitors to go to the Console and Bruteforce Me.

Is there a way , Only a Certain IP can access console while Others can access appwrite API?

prisma fern
#

For now there is no blocking console access by IP or any other way.

You can see here for more deatils about a workaround closing the console access
#1094675810792767518 message

#

Do notice that the login route is not within the /console/ url

So the attacker may be able to bruteforce your password (unlikely as there many protection for that in the code) they still won't be able to access the console it self

finite glacier
#

I'm checking it now

finite glacier
prisma fern
finite glacier
#

"api.app.com" So If i Come to this Url then I can see the Login console but If I block "api.app.com/console" I can't login. Thats what you are saying right?

prisma fern
#

I mean they can login if they have the password
But, after the login when they should be redirect then they will get block by Cloudflare zero

finite glacier
#

Got it. Thanks.

#

And One more thing @prisma fern

prisma fern
#

Sure

finite glacier
#

For Upgrading from 1.2.1 to 1.3.1, Can i just change the appwrite:1.2.1 to appwrite:1.3.1. in Docker Compose.yaml file? Will it be Upgraded

#

?

prisma fern
finite glacier
#

I'm Using Kubernetes, So I can't run the Migrate Command

#

I need to update each container individually

prisma fern
#

Mmm
My bast advice for you would be to create a temporary server with a regular docker-compose file,
Then remove the MariaDB service. Adjust the .env fields to point to your MariaDB server.

Then run the migrate command

After that you'll be able to change all the images version to 1.3.1.

It's a tricky situation, And it may don't go that easy in the first-try.

finite glacier
#

@prisma fern , How can I check the Upgrade was successful?

prisma fern
#

I'm not aware of direct way to achieve this
Go over most comman tasks and check that they work.

finite glacier
#

Got It Thanks

#

What If I migrate Locally on my PC and Use MysqlDump to copy data from local to Server? Then It should work right

#

@prisma fern can you check the question above?

prisma fern
#

Yes, but you can lose any data inserted in the meantime

finite glacier
#

Got itappwritepeepo

worthy bone
#

general_route_not_found appwrite flutter
Hello, can anyone help me? I get this error when phone auth