How to paywall 💰 a private github repo

Поділитися
Вставка
  • Опубліковано 29 кві 2024
  • My Products
    📖 ProjectPlannerAI: projectplannerai.com
    🤖 IconGeneratorAI: icongeneratorai.com
    📝 ThumbnailCritique: thumbnailcritique.com
    Useful Links
    💬 Discord: / discord
    🔔 Newsletter: newsletter.webdevcody.com/
    📁 GitHub: github.com/webdevcody
    📺 Twitch: / webdevcody
    🤖 Website: webdevcody.com
    🐦 Twitter: / webdevcody

КОМЕНТАРІ • 48

  • @complexlity
    @complexlity Місяць тому +16

    Today I learn 👌. I see you’re trying to break the Guiness world record for the most side projects

  • @alenv808
    @alenv808 Місяць тому +5

    Its incredible how much I have learned from watching your content for the past year

  • @dannydiscovers
    @dannydiscovers Місяць тому

    You are so helpful it's insane

  • @TheSocialDeveloper
    @TheSocialDeveloper Місяць тому

    Nice, this flow for github is being used a lot lately

  • @SeibertSwirl
    @SeibertSwirl Місяць тому +1

    Good job babe!!

  • @IIllIlIllIlIllIlIlI
    @IIllIlIllIlIllIlIlI Місяць тому

    If you have done any RBAC could you show how it is done in next.js sometime? I am having issues with implementation for it in Auth0 but even if you dont use Auth0 ever, would be very cool

  • @whatgoglikeno6120
    @whatgoglikeno6120 Місяць тому

    I also have a starter kit. What I did was add a custom username field to the stripe checkout directly.
    Its skipping one step, people without github account cant even buy it and then I do the same responding to the webhook as you do.

    • @WebDevCody
      @WebDevCody  Місяць тому

      Yeah that’s a good idea

  • @Goyo_MGC
    @Goyo_MGC Місяць тому

    Your method is great but have have two questions arising from this method:
    - Is there a cap on how many people are able to be added to the project
    - Isn't there a "confidentiality" issue with the roles displayed on github ? I believe you are able to see every other person with the same role in the repo, meaning that you would be able to see who bought the code as another client.
    The good old zip behind a s3 does not seem that bad in that regard.
    Have a great day :)

    • @WebDevCody
      @WebDevCody  Місяць тому +1

      You bring up some good points! I guess I could provide a zip download as well if people don’t want their name attached to the git repo

    • @acollierr17
      @acollierr17 Місяць тому

      There is no cap as far as the GitHub documentation says. The note mentions this for the "GitHub Free" plan, but this should correspond to all other plans minus Enterprise.

    • @rahultech77
      @rahultech77 Місяць тому

      The problem with this approach is that Cody would have to make zip files everytime he pushes some changes and have a flow to download them.

    • @Goyo_MGC
      @Goyo_MGC Місяць тому

      @@rahultech77 Its fine, you can easily push to s3 on code changes with CI/CD tools nowadays

    • @acollierr17
      @acollierr17 Місяць тому

      @@rahultech77 You can automate the whole process with GitHub Releases. Cody barely has to do anything once he sets it all up.

  • @kyngcytro
    @kyngcytro Місяць тому +1

    Awesome stuff. Quick question tho why not GitHub login so they don't have to type their handle and potentially type the wrong one?

    • @kyngcytro
      @kyngcytro Місяць тому

      I mean the general sign up could be via GitHub. So we already have their GitHub handle/id and can just auto add them as collaborate when stripe comes back with a webhook.

    • @WebDevCody
      @WebDevCody  Місяць тому

      Yeah that’s a good point as well! I’m not sure if their GitHub username comes back in the login event or not, I’ll need to check

    • @kyngcytro
      @kyngcytro Місяць тому

      @@WebDevCody I believe it does I remember from auth I implemented with Lucia and Arctic

    • @gold-junge91
      @gold-junge91 Місяць тому

      For scammer? That rip your accounts

    • @kyngcytro
      @kyngcytro Місяць тому

      @@gold-junge91 not sure I understand how you mean?

  • @drewbird87
    @drewbird87 Місяць тому +2

    Just curious, is this project based on Marc Lou's "ShipFast"?

    • @Deliverant
      @Deliverant Місяць тому +1

      the idea for sure

    • @nikolovlazar
      @nikolovlazar Місяць тому +1

      I've seen a lot of starter kit products, and honestly Marc's "ShipFast" was one of the last ones I stumbled upon. Folks have been selling boilerplates since a long time ago.

    • @WebDevCody
      @WebDevCody  Місяць тому +6

      His revenue made me want to try making one, and I personally need one for my own stack. He uses daisy ui and other stuff I don’t care about

    • @drewbird87
      @drewbird87 Місяць тому

      @@WebDevCody - yeah, it’s crazy good money he’s reporting. I’d thought about how swapping out any of the pieces would make another product. Especially the meta-framework piece.

    • @gold-junge91
      @gold-junge91 Місяць тому +1

      Never buy a starter kit there a so much stuff on the internet. Sorry to say it

  • @sincethatmoment
    @sincethatmoment Місяць тому

    Does that only gove read only access to your private repo? I think qhen you add collaborators its full access?

    • @WebDevCody
      @WebDevCody  Місяць тому

      I specified read access in the code, hopefully it does what I think it does

  • @iamsomraj
    @iamsomraj Місяць тому

    Hi Cody, can you show us how you handle drizzle migrations without losing the data on production? I have a hobby project but every-time the db changes, I lose all the data.

    • @rahultech77
      @rahultech77 Місяць тому +1

      What are the steps you're following?

    • @WebDevCody
      @WebDevCody  Місяць тому +1

      You should let it generate the migration scripts, inspect those manually, then run them

    • @iamsomraj
      @iamsomraj Місяць тому

      I was following an article from Neon for Drizzle. It has db:generate, db:migrate commands. @rahultech

  • @cybor-gg
    @cybor-gg Місяць тому

    Why don't you have them link their github accounts using oauth?

  • @dayg88
    @dayg88 Місяць тому

    What stops a person from buying access to the private repository and then cloning / publishing it on a public repository?

    • @oSpam
      @oSpam Місяць тому +2

      There will be a non disclosure license inside providing he sets that up, so cloning and publishing the source (or using in any other way in breach of license) will be illegal. But like you say, just because it's illegal nothing is stopping you from doing it. But same way fraud is fraud whether you get caught or not, doesn't mean you should do it nor take the risk :)

    • @WebDevCody
      @WebDevCody  Місяць тому +1

      nothing really - that's basically pirating. I'd just assume 99% of the people who buy the starter kit are good people, and the other 1% won't have a platform to promote the cloned repo anyway.

    • @dayg88
      @dayg88 Місяць тому

      @@WebDevCody I understand, in any case I would not expose a private repository to the public. Sometimes happens to accidentaly push sensitive data (like passwords, access keys, etc) and then you would make them available to anyone who has access to the private repository as a collaborator. Not to mention that there is probably a limit to the number you can invite, but I'm not sure about that.
      Rather I would produce a secure-controlled package (in some format) to send to the customer (in some way). Just my opinion 😅

  • @FeinsterSchmaus
    @FeinsterSchmaus Місяць тому

    supabase would be cool to choose from

    • @WebDevCody
      @WebDevCody  Місяць тому

      Eh yeah I’m not a fan of suoabase

  • @LukasSmith827
    @LukasSmith827 Місяць тому

    BLender artists could def take a hit at that lol

  • @GoldenPatrice
    @GoldenPatrice Місяць тому +1

    fist