-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor `fhomed` to prepare it for influxdb-streaming feature * more wip * restructuring and refactoring WIP * get rid of influxdb * uh * get rid of docker-compose * print warning when failed to start HAP server * cleanuos * yay * gofumpt * webserver: add comment
- Loading branch information
1 parent
a3cfd9e
commit 432bd15
Showing
12 changed files
with
356 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,5 @@ fhomed.1 | |
|
||
# GoReleaser | ||
dist/ | ||
|
||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="fhomed --homekit --debug" type="GoApplicationRunConfiguration" factoryName="Go Application" focusToolWindowBeforeRun="true"> | ||
<module name="fhome" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<parameters value="--homekit --debug" /> | ||
<kind value="PACKAGE" /> | ||
<package value="github.com/bartekpacia/fhome/cmd/fhomed" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$" /> | ||
<pty_enabled value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.