https://github.com/daytonaio/legacy-daytona-provider-macos
  
  
    Daytona MacOS Provider 
    https://github.com/daytonaio/legacy-daytona-provider-macos
  
        Last synced: 3 months ago 
        JSON representation
    
Daytona MacOS Provider
- Host: GitHub
 - URL: https://github.com/daytonaio/legacy-daytona-provider-macos
 - Owner: daytonaio
 - License: mit
 - Created: 2025-02-06T21:07:48.000Z (9 months ago)
 - Default Branch: main
 - Last Pushed: 2025-02-07T20:39:08.000Z (9 months ago)
 - Last Synced: 2025-08-10T04:57:45.901Z (3 months ago)
 - Language: Go
 - Size: 94.7 KB
 - Stars: 5
 - Watchers: 5
 - Forks: 1
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - Contributing: CONTRIBUTING.md
 - License: LICENSE
 - Code of conduct: CODE_OF_CONDUCT.md
 
 
Awesome Lists containing this project
README
          
[](#license)
[](https://goreportcard.com/report/github.com/daytonaio/daytona-provider-sample)
[](https://github.com/daytonaio/daytona-provider-sample/issues)

Daytona Provider Sample
> [!NOTE]
> After you create a repository, you can run `./hack/replace-name.sh` to easily configure the repo based on the name of your provider. Feel free to remove the `hack` folder after that.
  Report Bug
    ·
  Request Feature
    ·
  Join Our Slack
    ·
  X
> [!TIP]
> Write a description of your Provider here. 
## Target Options
| Property                	| Type     	| Optional 	| DefaultValue                	| InputMasked 	| DisabledPredicate 	|
|-------------------------	|----------	|----------	|-----------------------------	|-------------	|-------------------	|
| Required String         	| String   	| false    	| default-required-string     	| false       	|                   	|
| Optional String           | String   	| true     	|                             	| true         	|                   	|
| Optional Int             	| Int      	| true     	|                             	| false       	|                   	|
| FilePath                	| FilePath 	| true     	| ~/.ssh                        | false       	| ^default-target$    |
### Default Targets
#### Local
| Property        	| Value                       	|
|-----------------	|-----------------------------	|
| Required String 	| default-required-string      	|
## Code of Conduct
This project has adapted the Code of Conduct from the [Contributor Covenant](https://www.contributor-covenant.org/). For more information see the [Code of Conduct](CODE_OF_CONDUCT.md) or contact [codeofconduct@daytona.io.](mailto:codeofconduct@daytona.io) with any additional questions or comments.
## Contributing
The Daytona Docker Provider is Open Source under the [MIT License](LICENSE). If you would like to contribute to the software, you must:
1. Read the Developer Certificate of Origin Version 1.1 (https://developercertificate.org/)
2. Sign all commits to the Daytona Docker Provider project.
This ensures that users, distributors, and other contributors can rely on all the software related to Daytona being contributed under the terms of the [License](LICENSE). No contributions will be accepted without following this process.
Afterwards, navigate to the [contributing guide](CONTRIBUTING.md) to get started.
## Questions
For more information on how to use and develop Daytona, talk to us on
[Slack](https://go.daytona.io/slack).