forked from Github/frigate
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d771726c2a | ||
|
|
b2a2fe898c |
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ default_target: amd64_frigate
|
|||||||
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
|
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
|
||||||
|
|
||||||
version:
|
version:
|
||||||
echo "VERSION='0.8.2-$(COMMIT_HASH)'" > frigate/version.py
|
echo "VERSION='0.8.3-$(COMMIT_HASH)'" > frigate/version.py
|
||||||
|
|
||||||
web:
|
web:
|
||||||
docker build --tag frigate-web --file docker/Dockerfile.web web/
|
docker build --tag frigate-web --file docker/Dockerfile.web web/
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
import { API_HOST } from '../env';
|
import { API_HOST } from '../env';
|
||||||
export const baseUrl = API_HOST || window.baseUrl || `${window.location.protocol}//${window.location.host}`;
|
export const baseUrl = API_HOST || `${window.location.protocol}//${window.location.host}${window.baseUrl || ''}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user