@scottalanmiller said in Nextcloud AMA!!:
@RojoLoco said in Nextcloud AMA!!:
Any plans to make a version for windows server?
Does the existing version run on Windows? It's PHP and standard components.
Sorry if this is answered, Internet has been down for half an hour and I've been in the process of replying all this time.
Nextcloud doesn't run on Windows as much of what we do has to do with the filesystem and Windows has been a pita in that area. It used to require us to maintain an entirely separate filesystem abstraction just to have it not break all the time. If Windows ups its standard there, offering a full transparent, posix-compatible FS then I guess it will be easy... But we don't want to go the route of having all kinds of special cases anymore as that just results in exploding test cases and breakage.