Is it for self-host ppl too?
For all projects/apps, I am looking for OIDC, S3 and PgSQL. It’s easier to implement these features earlier and these features will make any projects more popular in the self host community.
Is it for self-host ppl too?
For all projects/apps, I am looking for OIDC, S3 and PgSQL. It’s easier to implement these features earlier and these features will make any projects more popular in the self host community.
I don’t want an exact clone of Instagram server. Only publishing content to my friends instead of strangers is exactly what I want ;)
Btw, how does the others find a new client? Exposing ip to strangers from internet sounds horrible. Can we only allow connecting via links invitation with expiration?
Also check out https://getaether.net/ although this project is dead and it always don’t have enough ppl. They also have to implement a feature for removing illegal content.
I am glad we have Lemmy now.
Syncthing is such a wonderful project. RIP. But for us already being spoiled by syncthing, it might be a good time to self host services to handle, sync and serve our own data like photos, contacts and more.
Cool idea. I have always looked around to see any alternative for Instagram (server, not client) None of them are satisfied. I hope your app can eventually integrated with immich. For example, adding photos with specific tag will upload to the p2p network with strict group acl.
But you need to know where your family/friend are. Or can the system broadcast to multiple locations?
I saw some companies develop modern walkie talkie solution without wifi nor mobile signal for emergency rescue or expedition. But they are expensive.
I won’t waste time on things other than grafana if your setup is serious. Because you will always want more. Log aggregation, log query, alerts, tracing, profiling, oidc, s3 bucket, more and more dashboards. It’s addictive. Why waste time to redo it in the future?
Good to know. Ty.
Can you elaborate on their actions on discouraging users’ private repo? Ty.
What I really want is to read asciidoc or makrup as static page in koreader except the dynamic table part. I personally think static ebook is the most efficient way to read except the dynamic table part(sorting, show/hide col, simple filter), so can anyone please tell me if this project can achieve it?
Have you heard about grist?
It’s always good to have another self hosted option
Grist-v-airtable Strapi Nocodb
Very cool. You can check out ollama for hosting local ai model.
OIDC is an extension of OAuth2 that focuses on user authentication rather than user authorization. Once OIDC authenticates a user, it uses OAuth2 specifications to perform authorization.
The easiest way to support oidc is thru using lib from your framework/language. All major language should already have oidc lib. Take a look for authelia which has pretty nice doc. We host lots of app and we don’t want to login hundred times for each apps. It’s nice to login once only and all apps play nice to each other ;)