|
|
|
|
|
by pierat
972 days ago
|
|
https://github.com/search?q=repo%3Aspacedriveapp%2Fspacedriv... shows: api_url: "https://app.spacedrive.com".to_string(),
client_id: CLIENT_ID.to_string(),
api_url: std::env::var("SD_API_URL").unwrap_or_else(|_| "https://app.spacedrive.com".to_string()),
client_id: std::env::var("SD_CLIENT_ID").unwrap_or_else(|_| "04701823-a498-406e-aef9-22081c1dae34".to_string()),
Obviously, there's a remote-hosted API over on app.spacedrive.com. And that's a REALLY SUSPICIOUS guid. ^_^But yeah, if it was actual FLOSS software, and not what seems to be "open source client but closed source for-pay server", I think I'll pass. And well, I don't them wanting to know my contents, or even my metadata. |
|