Details
-
AboutSelf hosting. Code it yourself. That's me.
-
LocationGermany
Joined devRant on 3/11/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Yeah cause thats not how docker image tags are meant to be used ;)
-
But why should kubernetes automatically pick up a completely different image? Did you just update the latest tag or something?
-
Did you update the docker tag or create a new one and deployed the new one?
-
@topg What did they do to you? :D
-
@progresshuh Well as I am mainly maintaining the applications I write I know this "someone else". Its me and sometimes a colleague. You can do a lot of things with DI and you can do a lot of complicated things (not doubting that, just nothing DI specific).
-
Always glad I had DI. Never had problems. What are you doing? :D
-
@ReverendLovejoy Well for file sending and team files this is definitly. Just a "prettier" frontend to the sharepoint stuff. Also explains the loading times. And also Electron explains a lot of loadng times.
-
Rtfm. Duplicate. Vote for close.
-
swimlanes.io
-
I am more concerned about the more unique array
-
@Demolishun What do you mean?
-
@craig939393 So what about that "dont give everyone root privileges thing. Especially then when they don't know what that is"? :D
-
@Lensflare Ah okay. Didn't think that far...
-
@Lensflare This works for me? Where is the Problem?
-
Also the columns dont make that much sense to me. Columns with two rows would also be more efficient I think...
-
@shakur Currently chose OIDC. Worked around the scenario from post above. Thank you :) Will look into it. Also thank you for the ++ ;)
-
@Root @RememberMe It is a compiled language. C# so no problem. But not readable
-
@Root Yeah exactly :D
-
@epse Yes
-
Looks like a very common stack
-
Try the Equals method for comparing strings
-
@Paralax I thought you were me judging by avatar :D
-
@C0D4 Would be nice if there is some kind of webhook :D But if its the only option to do so I will do it.
Sadly this is not handled in the specs... -
But what does the user think?
-
@C0D4 This is actually a good solution. But isn't it kind of weird (no better word) to save the token on the server side?
-
@C0D4 I am building a monitoring api. Users can log in using their account provided by an oauth2 server. Users can subscribe to status changes. Then e.g. their email address and some subscription information is saved. When the user gets deleted or deletes his account himself, I also want the emails to stop notifying the user.
Open for different solutions tho -
@12bitfloat ascii art
-
Tag would mean something like lates. Maybe you mean name of the image? If not you should try maybe. What are the commands you execute?
-
@PublicByte We are using Azure Pipelines at the company. It's very cool and I really like it. Sadly this is not easily self-hostable and closed source.
Jenkins is indeed a little bit complicated and has a mysterious learning curve. -
@PublicByte Still searching. Want to self host it and I really liked the concept of Drone. GitLab is too heavy. Already using Gitea. Jenkins is another concept I think.
What I will look at: agola, concourse. Not many open source alternatives there.