this post was submitted on 29 Mar 2024
11 points (76.2% liked)

Open Source

30789 readers
699 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 
  • Can I opensource it in a way where changes is not open to the public?
  • I have google verification file on my git, is it ok to put it in the public?

The platform is gitlab.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 6 months ago (1 children)
  • By changes, are you talking about future commits? It depends on the license.
  • You mean API token? No. That goes in secrets or whatever they call it in GitLab. Make sure to generate a new one if you're unable to remove it from the previous commits.
[–] [email protected] 1 points 6 months ago (1 children)
  • No I mean the old commits.

  • No, I mean when you list your website in google, they give you a code to host in your website to verify that you own the website.

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago)

AFAIK, those codes don't need to be kept private, but I think they only do that verification once, so you can probably just delete the file at this point. (After all, you can also use a TXT record to store the verification code for a domain with Google, and those are definitely not private; anyone can dig your domain's TXT records.)