InRelease is unsigned #164

Closed
opened 2026-04-24 22:59:48 +02:00 by adam · 16 comments
Owner

Originally created by @yuukiw on GitHub (Jan 5, 2022).

Hi,

I would need some help setting up the server.

When installing it via docker I cant accses the server and when I want to install via apt install I get the following error
E: The repository 'https://advplyr.github.io/audiobookshelf-ppa ./ InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.

What is going wrong?
It's vps hosted in contabo.

Originally created by @yuukiw on GitHub (Jan 5, 2022). Hi, I would need some help setting up the server. When installing it via docker I cant accses the server and when I want to install via apt install I get the following error E: The repository 'https://advplyr.github.io/audiobookshelf-ppa ./ InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. What is going wrong? It's vps hosted in contabo.
adam closed this issue 2026-04-24 22:59:49 +02:00
Author
Owner

@mx03 commented on GitHub (Jan 5, 2022):

Is there a firewall that blocks the port and which port do you use?
I would stick with the docker image if you can use docker.

@mx03 commented on GitHub (Jan 5, 2022): Is there a firewall that blocks the port and which port do you use? I would stick with the docker image if you can use docker.
Author
Owner

@yuukiw commented on GitHub (Jan 5, 2022):

The docker always seems to bind on 0.0.0.0 so locally, which isnt good when
trying to accses it from the outside.

mx03 @.***> schrieb am Mi., 5. Jan. 2022, 10:25:

Is there a firewall that blocks the port and which port do you use?
I would stick with the docker image if you can use docker.


Reply to this email directly, view it on GitHub
https://github.com/advplyr/audiobookshelf/issues/292#issuecomment-1005515869,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ACFSLSTAO2BHH2DTOJ4YQ43UUQFABANCNFSM5LJHCONQ
.
You are receiving this because you authored the thread.Message ID:
@.***>

@yuukiw commented on GitHub (Jan 5, 2022): The docker always seems to bind on 0.0.0.0 so locally, which isnt good when trying to accses it from the outside. mx03 ***@***.***> schrieb am Mi., 5. Jan. 2022, 10:25: > Is there a firewall that blocks the port and which port do you use? > I would stick with the docker image if you can use docker. > > — > Reply to this email directly, view it on GitHub > <https://github.com/advplyr/audiobookshelf/issues/292#issuecomment-1005515869>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ACFSLSTAO2BHH2DTOJ4YQ43UUQFABANCNFSM5LJHCONQ> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Author
Owner

@yuukiw commented on GitHub (Jan 5, 2022):

Here is Part of the output

Config /config /metadata /audiobooks
[2022-01-05T09:36:06.937Z] INFO: === Starting Server ===
[2022-01-05T09:36:06.938Z] INFO: [Server] Init v1.6.52
[2022-01-05T09:36:06.979Z] INFO: [DB] 0 Audiobooks Loaded
[2022-01-05T09:36:06.980Z] INFO: [DB] 0 Users Loaded
[2022-01-05T09:36:06.980Z] INFO: [DB] 0 Libraries Loaded
[2022-01-05T09:36:06.980Z] INFO: [DB] 0 Collections Loaded
[2022-01-05T09:36:06.981Z] INFO: [DB] 0 Authors Loaded
[2022-01-05T09:36:06.986Z] INFO: [Db] Root user created
[Error: ENOENT: no such file or directory, access '/config/users/data/data.3.json'] {
errno: -2,
code: 'ENOENT',
syscall: 'access',
path: '/config/users/data/data.3.json'
}
[Error: ENOENT: no such file or directory, access '/config/libraries/data/data.0.json'] {
errno: -2,
code: 'ENOENT',
syscall: 'access',
path: '/config/libraries/data/data.0.json'
}
[Error: ENOENT: no such file or directory, access '/config/settings/data/data.0.json'] {
errno: -2,
code: 'ENOENT',
syscall: 'access',
path: '/config/settings/data/data.0.json'
}
[2022-01-05T09:36:07.028Z] INFO: [BackupManager] 0 Backups Found
[2022-01-05T09:36:07.028Z] INFO: [BackupManager] Auto Backups are disabled
[2022-01-05T09:36:07.038Z] INFO: [LogManager] Init current daily log filename: 2022-01-05.txt
[2022-01-05T09:36:07.039Z] INFO: [Watcher] Initializing watcher for "Main".
[2022-01-05T09:36:07.054Z] INFO: Running on http://0.0.0.0:80
[2022-01-05T09:36:07.062Z] INFO: [Watcher] "Main" Ready

@yuukiw commented on GitHub (Jan 5, 2022): Here is Part of the output Config /config /metadata /audiobooks [2022-01-05T09:36:06.937Z] INFO: === Starting Server === [2022-01-05T09:36:06.938Z] INFO: [Server] Init v1.6.52 [2022-01-05T09:36:06.979Z] INFO: [DB] 0 Audiobooks Loaded [2022-01-05T09:36:06.980Z] INFO: [DB] 0 Users Loaded [2022-01-05T09:36:06.980Z] INFO: [DB] 0 Libraries Loaded [2022-01-05T09:36:06.980Z] INFO: [DB] 0 Collections Loaded [2022-01-05T09:36:06.981Z] INFO: [DB] 0 Authors Loaded [2022-01-05T09:36:06.986Z] INFO: [Db] Root user created [Error: ENOENT: no such file or directory, access '/config/users/data/data.3.json'] { errno: -2, code: 'ENOENT', syscall: 'access', path: '/config/users/data/data.3.json' } [Error: ENOENT: no such file or directory, access '/config/libraries/data/data.0.json'] { errno: -2, code: 'ENOENT', syscall: 'access', path: '/config/libraries/data/data.0.json' } [Error: ENOENT: no such file or directory, access '/config/settings/data/data.0.json'] { errno: -2, code: 'ENOENT', syscall: 'access', path: '/config/settings/data/data.0.json' } [2022-01-05T09:36:07.028Z] INFO: [BackupManager] 0 Backups Found [2022-01-05T09:36:07.028Z] INFO: [BackupManager] Auto Backups are disabled [2022-01-05T09:36:07.038Z] INFO: [LogManager] Init current daily log filename: 2022-01-05.txt [2022-01-05T09:36:07.039Z] INFO: [Watcher] Initializing watcher for "Main". [2022-01-05T09:36:07.054Z] INFO: Running on http://0.0.0.0:80 [2022-01-05T09:36:07.062Z] INFO: [Watcher] "Main" Ready
Author
Owner

@mx03 commented on GitHub (Jan 5, 2022):

Can you show me the docker command you use?
Its only the output inside of the container. (0.0.0.0 means normally it listen to all interfaces)
If you use the default command it should listen to http://yourserverip:13378 or http://yourserveraddress:13378

@mx03 commented on GitHub (Jan 5, 2022): Can you show me the docker command you use? Its only the output inside of the container. (0.0.0.0 means normally it listen to all interfaces) If you use the default command it should listen to http://yourserverip:13378 or http://yourserveraddress:13378
Author
Owner

@yuukiw commented on GitHub (Jan 5, 2022):

docker run -p 8080:8080 advplyr/audiobookshelf

@yuukiw commented on GitHub (Jan 5, 2022): docker run -p 8080:8080 advplyr/audiobookshelf
Author
Owner

@mx03 commented on GitHub (Jan 5, 2022):

The internal port for the webinterface is 80, that port must be the same and your mounted directories are missing too (/audiobooks , /config , /metadata)

The second port after the : must be always 80
-p 8080:80

And if you use it on an vps in the internet you should use a reverseproxy with https for security.

@mx03 commented on GitHub (Jan 5, 2022): The internal port for the webinterface is 80, that port must be the same and your mounted directories are missing too (/audiobooks , /config , /metadata) The second port after the : must be always 80 -p 8080:**80** And if you use it on an vps in the internet you should use a reverseproxy with https for security.
Author
Owner

@yuukiw commented on GitHub (Jan 5, 2022):

How do I create them

mx03 @.***> schrieb am Mi., 5. Jan. 2022, 10:48:

The internal port for the webinterface is 80, that port must be the same
and your mounted directories are missing too (/audiobooks , /config ,
/metadata)


Reply to this email directly, view it on GitHub
https://github.com/advplyr/audiobookshelf/issues/292#issuecomment-1005532890,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ACFSLSRSNSDY3K3ZRSJLSATUUQHXLANCNFSM5LJHCONQ
.
You are receiving this because you authored the thread.Message ID:
@.***>

@yuukiw commented on GitHub (Jan 5, 2022): How do I create them mx03 ***@***.***> schrieb am Mi., 5. Jan. 2022, 10:48: > The internal port for the webinterface is 80, that port must be the same > and your mounted directories are missing too (/audiobooks , /config , > /metadata) > > — > Reply to this email directly, view it on GitHub > <https://github.com/advplyr/audiobookshelf/issues/292#issuecomment-1005532890>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ACFSLSRSNSDY3K3ZRSJLSATUUQHXLANCNFSM5LJHCONQ> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Author
Owner

@mx03 commented on GitHub (Jan 5, 2022):

You could use https://github.com/jc21/nginx-proxy-manager as a reverseproxy.

Seems like you have not much knowledge with docker?

@mx03 commented on GitHub (Jan 5, 2022): You could use https://github.com/jc21/nginx-proxy-manager as a reverseproxy. Seems like you have not much knowledge with docker?
Author
Owner

@yuukiw commented on GitHub (Jan 5, 2022):

Not really

@yuukiw commented on GitHub (Jan 5, 2022): Not really
Author
Owner

@mx03 commented on GitHub (Jan 5, 2022):

Seems there is currently a problem with the debian packages.

If you have more knowledge with the normal linux you could also use the normal package manager.

@mx03 commented on GitHub (Jan 5, 2022): Seems there is currently a problem with the debian packages. If you have more knowledge with the normal linux you could also use the normal package manager.
Author
Owner

@advplyr commented on GitHub (Jan 5, 2022):

There is a signing warning on the PPA, but it should still be able to get installed.

If you have docker installed already then that is probably your easiest option to get it running.

@advplyr commented on GitHub (Jan 5, 2022): There is a signing warning on the PPA, but it should still be able to get installed. If you have docker installed already then that is probably your easiest option to get it running.
Author
Owner

@yuukiw commented on GitHub (Jan 5, 2022):

got it setup now but how to i add my current audionbok lib.
currenlty my books are in a folder called /audiooks on the server root folder

@yuukiw commented on GitHub (Jan 5, 2022): got it setup now but how to i add my current audionbok lib. currenlty my books are in a folder called /audiooks on the server root folder
Author
Owner

@advplyr commented on GitHub (Jan 5, 2022):

You need to map your /audiobooks folder when starting the docker container.
-v </path/to/audiobooks>:/audiobooks

@advplyr commented on GitHub (Jan 5, 2022): You need to map your /audiobooks folder when starting the docker container. `-v </path/to/audiobooks>:/audiobooks`
Author
Owner

@yuukiw commented on GitHub (Jan 5, 2022):

I replace the part right?

@yuukiw commented on GitHub (Jan 5, 2022): I replace the <xxx> part right?
Author
Owner

@yuukiw commented on GitHub (Jan 8, 2022):

i got it working now somewhat but it only will detect ab i upload via the interface while the ones i upload via ftp wont show up when uploading via ftp.

@yuukiw commented on GitHub (Jan 8, 2022): i got it working now somewhat but it only will detect ab i upload via the interface while the ones i upload via ftp wont show up when uploading via ftp.
Author
Owner

@advplyr commented on GitHub (Jan 8, 2022):

Did you map all 3 volumes? https://www.audiobookshelf.org/install#docker

Wherever you mapped the /metadata folder, take a look at the log file after restarting the server.
Confirm that you can see the logs similar to [Watcher] main Ready

The Watcher is responsible for listening to updates to your audiobook folder and scanning them into your bookshelf. The logs will confirm if the watcher initialized correctly.

@advplyr commented on GitHub (Jan 8, 2022): Did you map all 3 volumes? https://www.audiobookshelf.org/install#docker Wherever you mapped the /metadata folder, take a look at the log file after restarting the server. Confirm that you can see the logs similar to `[Watcher] main Ready` The Watcher is responsible for listening to updates to your audiobook folder and scanning them into your bookshelf. The logs will confirm if the watcher initialized correctly.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#164