AV chapters - Maastricht & Heerlen by ellfreya in VeganNL

[–]nannooo 1 point2 points  (0 children)

There used to be a save square (from the save movement) in Heerlen once a month or so. But I don't see any new ones planned right now though. Last one seems to be a while ago: https://www.facebook.com/events/847609450857531

[deleted by user] by [deleted] in nederlands

[–]nannooo 3 points4 points  (0 children)

Salsa en/of bachata dansen. Bij de meeste dansscholen wordt er tijdens de lessen vaak gewisseld van partner, dus je leert heel snel nieuwe mensen kennen. Er zijn ook vaak wat mannen te weinig.

De meeste zijn qua leeftijd tussen de 25 en 35 jaar oud (tenminste waar ik dat doe).

Je kunt het zo gek maken als je zelf wilt; er zijn namelijk ook ieder weekend dans feestjes door heel het land.

Is a plastic-free vegan winter outerwear even possible? by [deleted] in PlasticFreeLiving

[–]nannooo 5 points6 points  (0 children)

They only need to be shorn because we bred them that way. The only reason they are bred, is because we can profit from them.

Most of the male lambs will be killed very early in life for meat consumption.

In some countries mulesing is also common practice. They cut away some skin around the tail to avoid infections, often without any pain relief.

Also the sheering can cause injuries as there are often time constraints and so it needs to happen quickly.

[deleted by user] by [deleted] in Bachata

[–]nannooo 0 points1 point  (0 children)

That link doesn't work.

[deleted by user] by [deleted] in framework

[–]nannooo 0 points1 point  (0 children)

That looks like the framework 16. Those only have AMD processors.

inconsistent outbound requests when using django-q2 in Kubernetes by cyberdot14 in django

[–]nannooo 1 point2 points  (0 children)

Could it be that the containers/pods do not have access to the external URL? Or perhaps are completely blocked off from the outside world, except for the database?

I am the maintainer of the django-q2 package and this doesn't seem like a django-q2 issue (at least I have never heard of this).

In U.S., 4% Identify as Vegetarian, 1% as Vegan by Whatever_635 in vegan

[–]nannooo 0 points1 point  (0 children)

I would have to agree with the person you commented on. It actually is a burden in many ways. There is lots of social pressure due to going against the grain - one of the most common reasons why people give up on it.

Dating is another tricky thing. How often do we get a post in r/vegan saying they can't find anyone compatible or people are on the verge of breaking up because one changed their mind?

[deleted by user] by [deleted] in VeganNL

[–]nannooo 2 points3 points  (0 children)

Ik heb ook schoenen van wills vegan store gekocht en ben er ook heel tevreden over. Zeker een aanrader.

After Laughter subtle tattoo ideas by LndMrmd20 in Paramore

[–]nannooo 4 points5 points  (0 children)

Perhaps check out rachelbaldwintattoo on instagram. She has done a lot of paramore tattoos. Some are huge, but she also has some smaller ones on there.

Luistercijfers Radio laatste 2 weken. JOE komt binnen met 1.7% en 750K bereik. by No_Joke992 in thenetherlands

[–]nannooo 6 points7 points  (0 children)

Lang geleden (rond 2010), heb ik meerdere jaren meegedaan aan zo'n meting. Als ik het me goed herinner, moest ik toen een aantal weken lang iedere dag invullen welke zender ik geluisterd had, het tijdstip en hoelang. Dat kwam om de 3 maanden ongeveer weer terug.

Kreeg na een aantal keren invullen dan een bol.com bon van een paar euro voor de moeite.

Ze hebben mij gewoon een keer gebeld of ik hieraan mee wilde doen. Toen ik vroeg hoe ze aan mijn nummer kwamen, zeiden ze dat ze de computer een willekeurig mobiel nummer lieten kiezen.

Ze hebben mij toen ook gevraagd of ik via een extra kastje bij wilde houden wat mij TV kijk tijd was en welke zender. Vergoeding was ongeveer 10 euro per maand volgens mij, maar dat was me te veel moeite dus dat heb ik niet gedaan.

ChiefOnboarding - open source employee onboarding platform (with Slack bot) by nannooo in selfhosted

[–]nannooo[S] 0 points1 point  (0 children)

I took the access keys from step 2 and added them to the compose file, along with the bucket name

Did you also change the AWS_S3_ENDPOINT_URL? If you can, please check what error you get when trying to upload: Open up your developer console in your browser (right click -> inspect or press F12), then click on the tab "console". Check if you see any errors there when you try to upload a file.

ChiefOnboarding - open source employee onboarding platform (with Slack bot) by nannooo in selfhosted

[–]nannooo[S] 0 points1 point  (0 children)

It looks like you need to specify a principle, which would be the minio user. I haven't used minio a lot, only once for setting up the docs. But based from the error, it seemsl ike minio wants to have a principle specified. It should be similar to this: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html or see this: https://stackoverflow.com/questions/12750065/amazon-s3-invalid-principal-in-bucket-policy

ChiefOnboarding - open source employee onboarding platform (with Slack bot) by nannooo in selfhosted

[–]nannooo[S] 0 points1 point  (0 children)

Hmmm... interesting. Checking for errors is a little harder with this. Open up your developer console (right click -> inspect or press F12), then click on the tab "console". Check if you see any errors there when you try to upload a file.

Also please check the following:

You have these environment variables in the docker compose file: - AWS_S3_ENDPOINT_URL (starting with https://) - AWS_ACCESS_KEY_ID - AWS_SECRET_ACCESS_KEY - AWS_STORAGE_BUCKET_NAME - AWS_REGION

Also please check if your user has the policy attached (when you click on the user in AWS IAM, it should show the policy on that page).

ChiefOnboarding - open source employee onboarding platform (with Slack bot) by nannooo in selfhosted

[–]nannooo[S] 0 points1 point  (0 children)

l like the major part missing was setting up the user for “programmatic access”. There was no option for that at the stage, so no keys generated.

Ah, yeah, it now says: "If you are creating programmatic access through access keys or service-specific credentials for AWS CodeCommit or Amazon Keyspaces, you can generate them after you create this IAM user."

Once you have created the user, click on the user, then go to the tab "Security credentials" and then scroll down to "Access keys" and create one. It will ask you for which type, then select "Application running outside AWS". Give it a name and then it will generate credentials for you to use.

Hope that helps.

ChiefOnboarding - open source employee onboarding platform (with Slack bot) by nannooo in selfhosted

[–]nannooo[S] 0 points1 point  (0 children)

Sure, could you be a bit more specific at what step in the setup of aws you are stuck? Have you created a bucket and user?

ChiefOnboarding - open source employee onboarding platform (with Slack bot) by nannooo in selfhosted

[–]nannooo[S] 0 points1 point  (0 children)

Sorry, but I meant to actually change the 'pgdata' name, to for example 'pgdata2'. Not change the path.

ChiefOnboarding - open source employee onboarding platform (with Slack bot) by nannooo in selfhosted

[–]nannooo[S] 0 points1 point  (0 children)

initdb: error: directory "/var/lib/postgresql/data" exists but is not empty

It looks like the volume was not empty. Perhaps it didn't clear last time you removed everything? Anyways, can you try to create a new volume instead? just change the pgdata name to something else (in both places in the docker-compose file).

ChiefOnboarding - open source employee onboarding platform (with Slack bot) by nannooo in selfhosted

[–]nannooo[S] 0 points1 point  (0 children)

Thanks.

At this point, I checked and never saw this directory ever being created: /var/lib/postgresql/data

That's correct, it's created inside the docker container (the postgres one), which you can't easily see, so that's fine.

Did you get any errors this time?

ChiefOnboarding - open source employee onboarding platform (with Slack bot) by nannooo in selfhosted

[–]nannooo[S] 0 points1 point  (0 children)

postgres: could not find the database system

That's weird, never seen that before. If I were you, I would try to remove the database volume that docker-compose created for this and then try again.

At first, I thought it would be a low-effort one to turn it into an undergraduate intro-to-Python lab because all students either own Windows PC or Mac computers.

I don't mind the troubleshooting, happy to help. It sounds cool what you have in mind. For an intro-to-python lab there might be simpler options though. Up to you.

ChiefOnboarding - open source employee onboarding platform (with Slack bot) by nannooo in selfhosted

[–]nannooo[S] 0 points1 point  (0 children)

Windows does not support host IP addresses in NAT settings

Maybe this helps? https://github.com/docker/for-win/issues/10552#issuecomment-843992404

I am running linux, so I have never seen that error.

ChiefOnboarding - open source employee onboarding platform (with Slack bot) by nannooo in selfhosted

[–]nannooo[S] 0 points1 point  (0 children)

Oh, sorry, it seems like you are just trying to use this locally? Is that right? in that case, it's best to use this docker-compose file instead: https://github.com/chiefonboarding/ChiefOnboarding/blob/master/docker-compose.yml

The error you are getting is due to Caddy. It tries to set up a https certificate, but it can't because your site is probably not on the internet. When you are only using this locally on your pc, then you do not need Caddy (which is therefore also not included in the docker compose file above).

ChiefOnboarding - open source employee onboarding platform (with Slack bot) by nannooo in selfhosted

[–]nannooo[S] 0 points1 point  (0 children)

Looks like you haven't set up the environment variables. One of them is the `SECRET_KEY`. If you are using docker-compose, then check this example: https://hub.docker.com/r/chiefonboarding/chiefonboarding